#92A9C9

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

Shades of Polo Blue #92A9C9

Tints of Polo Blue #92A9C9

Color information

#92A9C9 (or 0x92A9C9) is unknown color: approx Polo Blue. HEX triplet: 92, A9 and C9. RGB value is (146,169,201). Sum of RGB (Red+Green+Blue) = 146+169+201=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #92A9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9C9 is #6D5636. Grayscale: #A5A5A5. Windows color (decimal): -7165495 or 13216146. OLE color: 13216146.

HSL color Cylindrical-coordinate representation of color #92A9C9: hue angle of 214.91º 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 #92A9C9 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146169201-
CMYK0.270.1600.21
HSL214.91º33.74%68.04%-
HSV(B)214.91º27.36%78.82%-
XYZ36.5838.760.8-
YUV165.77147.88113.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=28.29%
G=32.75%
B=38.95%

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
Decimal1461692010.270.1600.21214.9133.7468.04
Hex92A9C91B10015d72244
Octal222251311332002532742104
Binary1001001010101001110010011101110000010101110101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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