#94A2CB

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

Shades of Polo Blue #94A2CB

Tints of Polo Blue #94A2CB

Color information

#94A2CB (or 0x94A2CB) is unknown color: approx Polo Blue. HEX triplet: 94, A2 and CB. RGB value is (148,162,203). Sum of RGB (Red+Green+Blue) = 148+162+203=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2CB is #6B5D34. Grayscale: #A2A2A2. Windows color (decimal): -7036213 or 13345428. OLE color: 13345428.

HSL color Cylindrical-coordinate representation of color #94A2CB: hue angle of 224.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A2CB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148162203-
CMYK0.270.2000.20
HSL224.73º34.59%68.82%-
HSV(B)224.73º27.09%79.61%-
XYZ35.9136.4561.64-
YUV162.49150.86117.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=28.85%
G=31.58%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481622030.270.2000.20224.7334.5968.82
Hex94A2CB1B14014e12345
Octal224242313332402434143105
Binary1001010010100010110010111101110100010100111000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,162,203); }

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

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

 a { background-color: rgb(148,162,203); }

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

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

 span { border-color: rgb(148,162,203); }

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