#92ACCA

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

Shades of Polo Blue #92ACCA

Tints of Polo Blue #92ACCA

Color information

#92ACCA (or 0x92ACCA) is unknown color: approx Polo Blue. HEX triplet: 92, AC and CA. RGB value is (146,172,202). Sum of RGB (Red+Green+Blue) = 146+172+202=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #92ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACCA is #6D5335. Grayscale: #A7A7A7. Windows color (decimal): -7164726 or 13282450. OLE color: 13282450.

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

Color convert

RGB146172202-
CMYK0.280.1500.21
HSL212.14º34.57%68.24%-
HSV(B)212.14º27.72%79.22%-
XYZ37.2739.8861.61-
YUV167.65147.39112.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=28.08%
G=33.08%
B=38.85%

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
Decimal1461722020.280.1500.21212.1434.5768.24
Hex92ACCA1CF015d42344
Octal222254312341702532443104
Binary100100101010110011001010111001111010101110101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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