#94a7f2

Color #94A7F2 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #94A7F2

Tints of Portage #94A7F2

Color information

#94A7F2 (or 0x94A7F2) is unknown color: approx Portage. HEX triplet: 94, A7 and F2. RGB value is (148,167,242). Sum of RGB (Red+Green+Blue) = 148+167+242=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #94A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7F2 is #6B580D. Grayscale: #A9A9A9. Windows color (decimal): -7034894 or 15902612. OLE color: 15902612.

HSL color Cylindrical-coordinate representation of color #94A7F2: hue angle of 227.87º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A7F2 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148167242-
CMYK0.390.3100.05
HSL227.87º78.33%76.47%-
HSV(B)227.87º38.84%94.9%-
XYZ42.0640.3489.57-
YUV169.87168.71112.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=26.57%
G=29.98%
B=43.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481672420.390.3100.05227.8778.3376.47
Hex94A7F2271F05e44e4c
Octal224247362473705344116114
Binary1001010010100111111100101001111111101011110010010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94a7f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94a7f2; }

 p { color: rgb(148,167,242); }

 H1.HeaderClassName
 {
   color: #94a7f2;
 }
 .AnyTagClassName
 {
   color: #94a7f2;
 }
</style>
background-color css

<style>
 a { background-color: #94a7f2; }

 a { background-color: rgb(148,167,242); }

 div.DivClassName
 {
   background-color: #94a7f2;
 }
 .BgClassName
 {
   background-color: #94a7f2;
 }
</style>
border-color css

<style>
 span { border-color: #94a7f2; }

 span { border-color: rgb(148,167,242); }

 td.TdClassName
 {
   border-color: #94a7f2;
 }
 .TagClassName
 {
   border-color: #94a7f2;
 }
</style>