#92A9CA

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

Shades of Polo Blue #92A9CA

Tints of Polo Blue #92A9CA

Color information

#92A9CA (or 0x92A9CA) is unknown color: approx Polo Blue. HEX triplet: 92, A9 and CA. RGB value is (146,169,202). Sum of RGB (Red+Green+Blue) = 146+169+202=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9CA is #6D5635. Grayscale: #A5A5A5. Windows color (decimal): -7165494 or 13281682. OLE color: 13281682.

HSL color Cylindrical-coordinate representation of color #92A9CA: hue angle of 215.36º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92A9CA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146169202-
CMYK0.280.1600.21
HSL215.36º34.57%68.24%-
HSV(B)215.36º27.72%79.22%-
XYZ36.738.7561.42-
YUV165.88148.38113.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=28.24%
G=32.69%
B=39.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461692020.280.1600.21215.3634.5768.24
Hex92A9CA1C10015d72344
Octal222251312342002532743104
Binary1001001010101001110010101110010000010101110101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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