#92A7D1

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

Shades of Polo Blue #92A7D1

Tints of Polo Blue #92A7D1

Color information

#92A7D1 (or 0x92A7D1) is unknown color: approx Polo Blue. HEX triplet: 92, A7 and D1. RGB value is (146,167,209). Sum of RGB (Red+Green+Blue) = 146+167+209=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #92A7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A7D1 is #6D582E. Grayscale: #A5A5A5. Windows color (decimal): -7165999 or 13739922. OLE color: 13739922.

HSL color Cylindrical-coordinate representation of color #92A7D1: hue angle of 220º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92A7D1 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146167209-
CMYK0.300.2000.18
HSL220º40.65%69.61%-
HSV(B)220º30.14%81.96%-
XYZ37.1838.3565.76-
YUV165.51152.54114.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=27.97%
G=31.99%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461672090.300.2000.1822040.6569.61
Hex92A7D11E14012dc2946
Octal222247321362402233451106
Binary1001001010100111110100011111010100010010110111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,167,209); }

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

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

 a { background-color: rgb(146,167,209); }

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

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

 span { border-color: rgb(146,167,209); }

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