#92A9C6

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

Shades of Polo Blue #92A9C6

Tints of Polo Blue #92A9C6

Color information

#92A9C6 (or 0x92A9C6) is unknown color: approx Polo Blue. HEX triplet: 92, A9 and C6. RGB value is (146,169,198). Sum of RGB (Red+Green+Blue) = 146+169+198=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #92A9C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9C6 is #6D5639. Grayscale: #A5A5A5. Windows color (decimal): -7165498 or 13019538. OLE color: 13019538.

HSL color Cylindrical-coordinate representation of color #92A9C6: hue angle of 213.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92A9C6 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146169198-
CMYK0.260.1500.22
HSL213.46º31.33%67.45%-
HSV(B)213.46º26.26%77.65%-
XYZ36.2438.5658.96-
YUV165.43146.38114.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=28.46%
G=32.94%
B=38.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461691980.260.1500.22213.4631.3367.45
Hex92A9C61AF016d51f43
Octal222251306321702632537103
Binary10010010101010011100011011010111101011011010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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