#8A9DCC

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

Shades of Polo Blue #8A9DCC

Tints of Polo Blue #8A9DCC

Color information

#8A9DCC (or 0x8A9DCC) is unknown color: approx Polo Blue. HEX triplet: 8A, 9D and CC. RGB value is (138,157,204). Sum of RGB (Red+Green+Blue) = 138+157+204=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DCC is #756233. Grayscale: #9C9C9C. Windows color (decimal): -7692852 or 13409674. OLE color: 13409674.

HSL color Cylindrical-coordinate representation of color #8A9DCC: hue angle of 222.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9DCC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138157204-
CMYK0.320.2300.2
HSL222.73º39.29%67.06%-
HSV(B)222.73º32.35%80%-
XYZ33.4433.8861.9-
YUV156.68154.71114.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=27.66%
G=31.46%
B=40.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381572040.320.2300.2222.7339.2967.06
Hex8A9DCC2017014df2743
Octal212235314402702433747103
Binary10001010100111011100110010000010111010100110111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9DCC; }

 p { color: rgb(138,157,204); }

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

<style>
 a { background-color: #8A9DCC; }

 a { background-color: rgb(138,157,204); }

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

<style>
 span { border-color: #8A9DCC; }

 span { border-color: rgb(138,157,204); }

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