#92A8CE

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

Shades of Polo Blue #92A8CE

Tints of Polo Blue #92A8CE

Color information

#92A8CE (or 0x92A8CE) is unknown color: approx Polo Blue. HEX triplet: 92, A8 and CE. RGB value is (146,168,206). Sum of RGB (Red+Green+Blue) = 146+168+206=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #92A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8CE is #6D5731. Grayscale: #A5A5A5. Windows color (decimal): -7165746 or 13543570. OLE color: 13543570.

HSL color Cylindrical-coordinate representation of color #92A8CE: hue angle of 218º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A8CE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146168206-
CMYK0.290.1800.19
HSL218º37.97%69.02%-
HSV(B)218º29.13%80.78%-
XYZ3738.5763.89-
YUV165.75150.71113.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=28.08%
G=32.31%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461682060.290.1800.1921837.9769.02
Hex92A8CE1D12013da2645
Octal222250316352202333246105
Binary1001001010101000110011101110110010010011110110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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