#92A9C3

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

Shades of Polo Blue #92A9C3

Tints of Polo Blue #92A9C3

Color information

#92A9C3 (or 0x92A9C3) is unknown color: approx Polo Blue. HEX triplet: 92, A9 and C3. RGB value is (146,169,195). Sum of RGB (Red+Green+Blue) = 146+169+195=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #92A9C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9C3 is #6D563C. Grayscale: #A4A4A4. Windows color (decimal): -7165501 or 12822930. OLE color: 12822930.

HSL color Cylindrical-coordinate representation of color #92A9C3: hue angle of 211.84º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92A9C3 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146169195-
CMYK0.250.1300.24
HSL211.84º28.99%66.86%-
HSV(B)211.84º25.13%76.47%-
XYZ35.8938.4357.16-
YUV165.09144.88114.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=28.63%
G=33.14%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461691950.250.1300.24211.8428.9966.86
Hex92A9C319D018d41d43
Octal222251303311503032435103
Binary10010010101010011100001111001110101100011010100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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