#92ABCA

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

Shades of Polo Blue #92ABCA

Tints of Polo Blue #92ABCA

Color information

#92ABCA (or 0x92ABCA) is unknown color: approx Polo Blue. HEX triplet: 92, AB and CA. RGB value is (146,171,202). Sum of RGB (Red+Green+Blue) = 146+171+202=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #92ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABCA is #6D5435. Grayscale: #A6A6A6. Windows color (decimal): -7164982 or 13282194. OLE color: 13282194.

HSL color Cylindrical-coordinate representation of color #92ABCA: hue angle of 213.21º 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 #92ABCA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146171202-
CMYK0.280.1500.21
HSL213.21º34.57%68.24%-
HSV(B)213.21º27.72%79.22%-
XYZ37.0839.561.55-
YUV167.06147.72112.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=28.13%
G=32.95%
B=38.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461712020.280.1500.21213.2134.5768.24
Hex92ABCA1CF015d52344
Octal222253312341702532543104
Binary100100101010101111001010111001111010101110101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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