#92A9CD

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

Shades of Polo Blue #92A9CD

Tints of Polo Blue #92A9CD

Color information

#92A9CD (or 0x92A9CD) is unknown color: approx Polo Blue. HEX triplet: 92, A9 and CD. RGB value is (146,169,205). Sum of RGB (Red+Green+Blue) = 146+169+205=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9CD is #6D5632. Grayscale: #A6A6A6. Windows color (decimal): -7165491 or 13478290. OLE color: 13478290.

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

Color convert

RGB146169205-
CMYK0.290.1800.20
HSL216.61º37.11%68.82%-
HSV(B)216.61º28.78%80.39%-
XYZ37.0638.8963.31-
YUV166.23149.88113.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=28.08%
G=32.5%
B=39.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461692050.290.1800.20216.6137.1168.82
Hex92A9CD1D12014d92545
Octal222251315352202433145105
Binary1001001010101001110011011110110010010100110110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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