#92A8C9

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

Shades of Polo Blue #92A8C9

Tints of Polo Blue #92A8C9

Color information

#92A8C9 (or 0x92A8C9) is unknown color: approx Polo Blue. HEX triplet: 92, A8 and C9. RGB value is (146,168,201). Sum of RGB (Red+Green+Blue) = 146+168+201=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #92A8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8C9 is #6D5736. Grayscale: #A5A5A5. Windows color (decimal): -7165751 or 13215890. OLE color: 13215890.

HSL color Cylindrical-coordinate representation of color #92A8C9: hue angle of 216º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92A8C9 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146168201-
CMYK0.270.1600.21
HSL216º33.74%68.04%-
HSV(B)216º27.36%78.82%-
XYZ36.438.3360.74-
YUV165.18148.21114.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=28.35%
G=32.62%
B=39.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461682010.270.1600.2121633.7468.04
Hex92A8C91B10015d82244
Octal222250311332002533042104
Binary1001001010101000110010011101110000010101110110001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A8C9; }

 p { color: rgb(146,168,201); }

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

<style>
 a { background-color: #92A8C9; }

 a { background-color: rgb(146,168,201); }

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

<style>
 span { border-color: #92A8C9; }

 span { border-color: rgb(146,168,201); }

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