#94A5CE

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

Shades of Polo Blue #94A5CE

Tints of Polo Blue #94A5CE

Color information

#94A5CE (or 0x94A5CE) is unknown color: approx Polo Blue. HEX triplet: 94, A5 and CE. RGB value is (148,165,206). Sum of RGB (Red+Green+Blue) = 148+165+206=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5CE is #6B5A31. Grayscale: #A4A4A4. Windows color (decimal): -7035442 or 13542804. OLE color: 13542804.

HSL color Cylindrical-coordinate representation of color #94A5CE: hue angle of 222.41º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A5CE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148165206-
CMYK0.280.2000.19
HSL222.41º37.18%69.41%-
HSV(B)222.41º28.16%80.78%-
XYZ36.8137.6663.72-
YUV164.59151.37116.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=28.52%
G=31.79%
B=39.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481652060.280.2000.19222.4137.1869.41
Hex94A5CE1C14013de2545
Octal224245316342402333645105
Binary1001010010100101110011101110010100010011110111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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