#94A5CA

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

Shades of Polo Blue #94A5CA

Tints of Polo Blue #94A5CA

Color information

#94A5CA (or 0x94A5CA) is unknown color: approx Polo Blue. HEX triplet: 94, A5 and CA. RGB value is (148,165,202). Sum of RGB (Red+Green+Blue) = 148+165+202=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5CA is #6B5A35. Grayscale: #A3A3A3. Windows color (decimal): -7035446 or 13280660. OLE color: 13280660.

HSL color Cylindrical-coordinate representation of color #94A5CA: hue angle of 221.11º 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 #94A5CA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148165202-
CMYK0.270.1800.21
HSL221.11º33.75%68.63%-
HSV(B)221.11º26.73%79.22%-
XYZ36.3337.4761.19-
YUV164.13149.37116.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=28.74%
G=32.04%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481652020.270.1800.21221.1133.7568.63
Hex94A5CA1B12015dd2245
Octal224245312332202533542105
Binary1001010010100101110010101101110010010101110111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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