#91A7CE

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

Shades of Polo Blue #91A7CE

Tints of Polo Blue #91A7CE

Color information

#91A7CE (or 0x91A7CE) is unknown color: approx Polo Blue. HEX triplet: 91, A7 and CE. RGB value is (145,167,206). Sum of RGB (Red+Green+Blue) = 145+167+206=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7CE is #6E5831. Grayscale: #A4A4A4. Windows color (decimal): -7231538 or 13543313. OLE color: 13543313.

HSL color Cylindrical-coordinate representation of color #91A7CE: hue angle of 218.36º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A7CE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145167206-
CMYK0.300.1900.19
HSL218.36º38.36%68.82%-
HSV(B)218.36º29.61%80.78%-
XYZ36.6438.1163.82-
YUV164.87151.21113.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=27.99%
G=32.24%
B=39.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451672060.300.1900.19218.3638.3668.82
Hex91A7CE1E13013da2645
Octal221247316362302333246105
Binary1001000110100111110011101111010011010011110110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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