#92A6C8

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

Shades of Polo Blue #92A6C8

Tints of Polo Blue #92A6C8

Color information

#92A6C8 (or 0x92A6C8) is unknown color: approx Polo Blue. HEX triplet: 92, A6 and C8. RGB value is (146,166,200). Sum of RGB (Red+Green+Blue) = 146+166+200=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #92A6C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A6C8 is #6D5937. Grayscale: #A3A3A3. Windows color (decimal): -7166264 or 13149842. OLE color: 13149842.

HSL color Cylindrical-coordinate representation of color #92A6C8: hue angle of 217.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92A6C8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146166200-
CMYK0.270.1700.22
HSL217.78º32.93%67.84%-
HSV(B)217.78º27%78.43%-
XYZ35.9237.5560-
YUV163.9148.37115.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=28.52%
G=32.42%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461662000.270.1700.22217.7832.9367.84
Hex92A6C81B11016da2144
Octal222246310332102633241104
Binary1001001010100110110010001101110001010110110110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,166,200); }

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

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

 a { background-color: rgb(146,166,200); }

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

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

 span { border-color: rgb(146,166,200); }

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