#92A2CE

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

Shades of Polo Blue #92A2CE

Tints of Polo Blue #92A2CE

Color information

#92A2CE (or 0x92A2CE) is unknown color: approx Polo Blue. HEX triplet: 92, A2 and CE. RGB value is (146,162,206). Sum of RGB (Red+Green+Blue) = 146+162+206=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #92A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2CE is #6D5D31. Grayscale: #A2A2A2. Windows color (decimal): -7167282 or 13542034. OLE color: 13542034.

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

Color convert

RGB146162206-
CMYK0.290.2100.19
HSL224º37.97%69.02%-
HSV(B)224º29.13%80.78%-
XYZ35.9136.4163.53-
YUV162.23152.7116.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=28.40%
G=31.52%
B=40.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461622060.290.2100.1922437.9769.02
Hex92A2CE1D15013e02645
Octal222242316352502334046105
Binary1001001010100010110011101110110101010011111000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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