#94A8CA

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

Shades of Polo Blue #94A8CA

Tints of Polo Blue #94A8CA

Color information

#94A8CA (or 0x94A8CA) is unknown color: approx Polo Blue. HEX triplet: 94, A8 and CA. RGB value is (148,168,202). Sum of RGB (Red+Green+Blue) = 148+168+202=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8CA is #6B5735. Grayscale: #A5A5A5. Windows color (decimal): -7034678 or 13281428. OLE color: 13281428.

HSL color Cylindrical-coordinate representation of color #94A8CA: hue angle of 217.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A8CA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148168202-
CMYK0.270.1700.21
HSL217.78º33.75%68.63%-
HSV(B)217.78º26.73%79.22%-
XYZ36.8838.5761.38-
YUV165.9148.37115.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=28.57%
G=32.43%
B=39.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481682020.270.1700.21217.7833.7568.63
Hex94A8CA1B11015da2245
Octal224250312332102533242105
Binary1001010010101000110010101101110001010101110110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,202); }

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

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

 a { background-color: rgb(148,168,202); }

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

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

 span { border-color: rgb(148,168,202); }

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