#92A8CD

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

Shades of Polo Blue #92A8CD

Tints of Polo Blue #92A8CD

Color information

#92A8CD (or 0x92A8CD) is unknown color: approx Polo Blue. HEX triplet: 92, A8 and CD. RGB value is (146,168,205). Sum of RGB (Red+Green+Blue) = 146+168+205=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8CD is #6D5732. Grayscale: #A5A5A5. Windows color (decimal): -7165747 or 13478034. OLE color: 13478034.

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

Color convert

RGB146168205-
CMYK0.290.1800.20
HSL217.63º37.11%68.82%-
HSV(B)217.63º28.78%80.39%-
XYZ36.8838.5263.25-
YUV165.64150.21113.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=28.13%
G=32.37%
B=39.50%

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
Decimal1461682050.290.1800.20217.6337.1168.82
Hex92A8CD1D12014da2545
Octal222250315352202433245105
Binary1001001010101000110011011110110010010100110110101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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