#94A7CE

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

Shades of Polo Blue #94A7CE

Tints of Polo Blue #94A7CE

Color information

#94A7CE (or 0x94A7CE) is unknown color: approx Polo Blue. HEX triplet: 94, A7 and CE. RGB value is (148,167,206). Sum of RGB (Red+Green+Blue) = 148+167+206=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7CE is #6B5831. Grayscale: #A5A5A5. Windows color (decimal): -7034930 or 13543316. OLE color: 13543316.

HSL color Cylindrical-coordinate representation of color #94A7CE: hue angle of 220.34º 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 #94A7CE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148167206-
CMYK0.280.1900.19
HSL220.34º37.18%69.41%-
HSV(B)220.34º28.16%80.78%-
XYZ37.1738.3963.84-
YUV165.76150.71115.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=28.41%
G=32.05%
B=39.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481672060.280.1900.19220.3437.1869.41
Hex94A7CE1C13013dc2545
Octal224247316342302333445105
Binary1001010010100111110011101110010011010011110111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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