#92A2CD

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

Shades of Polo Blue #92A2CD

Tints of Polo Blue #92A2CD

Color information

#92A2CD (or 0x92A2CD) is unknown color: approx Polo Blue. HEX triplet: 92, A2 and CD. RGB value is (146,162,205). Sum of RGB (Red+Green+Blue) = 146+162+205=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2CD is #6D5D32. Grayscale: #A1A1A1. Windows color (decimal): -7167283 or 13476498. OLE color: 13476498.

HSL color Cylindrical-coordinate representation of color #92A2CD: hue angle of 223.73º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A2CD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146162205-
CMYK0.290.2100.20
HSL223.73º37.11%68.82%-
HSV(B)223.73º28.78%80.39%-
XYZ35.7936.3662.89-
YUV162.12152.2116.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=28.46%
G=31.58%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461622050.290.2100.20223.7337.1168.82
Hex92A2CD1D15014e02545
Octal222242315352502434045105
Binary1001001010100010110011011110110101010100111000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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