#92A5CD

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

Shades of Polo Blue #92A5CD

Tints of Polo Blue #92A5CD

Color information

#92A5CD (or 0x92A5CD) is unknown color: approx Polo Blue. HEX triplet: 92, A5 and CD. RGB value is (146,165,205). Sum of RGB (Red+Green+Blue) = 146+165+205=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5CD is #6D5A32. Grayscale: #A3A3A3. Windows color (decimal): -7166515 or 13477266. OLE color: 13477266.

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

Color convert

RGB146165205-
CMYK0.290.2000.20
HSL220.68º37.11%68.82%-
HSV(B)220.68º28.78%80.39%-
XYZ36.3337.4363.07-
YUV163.88151.21115.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=28.29%
G=31.98%
B=39.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461652050.290.2000.20220.6837.1168.82
Hex92A5CD1D14014dd2545
Octal222245315352402433545105
Binary1001001010100101110011011110110100010100110111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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