#91A7CF

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

Shades of Polo Blue #91A7CF

Tints of Polo Blue #91A7CF

Color information

#91A7CF (or 0x91A7CF) is unknown color: approx Polo Blue. HEX triplet: 91, A7 and CF. RGB value is (145,167,207). Sum of RGB (Red+Green+Blue) = 145+167+207=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #91A7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7CF is #6E5830. Grayscale: #A4A4A4. Windows color (decimal): -7231537 or 13608849. OLE color: 13608849.

HSL color Cylindrical-coordinate representation of color #91A7CF: hue angle of 218.71º degrees, saturation: 0.39, 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 #91A7CF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145167207-
CMYK0.300.1900.19
HSL218.71º39.24%69.02%-
HSV(B)218.71º29.95%81.18%-
XYZ36.7638.1664.46-
YUV164.98151.71113.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=27.94%
G=32.18%
B=39.88%

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
Decimal1451672070.300.1900.19218.7139.2469.02
Hex91A7CF1E13013db2745
Octal221247317362302333347105
Binary1001000110100111110011111111010011010011110110111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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