#91A1CC

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

Shades of Polo Blue #91A1CC

Tints of Polo Blue #91A1CC

Color information

#91A1CC (or 0x91A1CC) is unknown color: approx Polo Blue. HEX triplet: 91, A1 and CC. RGB value is (145,161,204). Sum of RGB (Red+Green+Blue) = 145+161+204=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #91A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A1CC is #6E5E33. Grayscale: #A0A0A0. Windows color (decimal): -7233076 or 13410705. OLE color: 13410705.

HSL color Cylindrical-coordinate representation of color #91A1CC: hue angle of 223.73º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91A1CC is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145161204-
CMYK0.290.2100.2
HSL223.73º36.65%68.43%-
HSV(B)223.73º28.92%80%-
XYZ35.3235.8762.19-
YUV161.12152.2116.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.43%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 204 (80.08% from 255) = 40%
R=28.43%
G=31.57%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451612040.290.2100.2223.7336.6568.43
Hex91A1CC1D15014e02544
Octal221241314352502434045104
Binary1001000110100001110011001110110101010100111000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,161,204); }

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

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

 a { background-color: rgb(145,161,204); }

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

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

 span { border-color: rgb(145,161,204); }

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