#8A9ECD

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

Shades of Polo Blue #8A9ECD

Tints of Polo Blue #8A9ECD

Color information

#8A9ECD (or 0x8A9ECD) is unknown color: approx Polo Blue. HEX triplet: 8A, 9E and CD. RGB value is (138,158,205). Sum of RGB (Red+Green+Blue) = 138+158+205=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ECD is #756132. Grayscale: #9D9D9D. Windows color (decimal): -7692595 or 13475466. OLE color: 13475466.

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

Color convert

RGB138158205-
CMYK0.330.2300.20
HSL222.09º40.12%67.25%-
HSV(B)222.09º32.68%80.39%-
XYZ33.7334.2662.59-
YUV157.38154.87114.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=27.54%
G=31.54%
B=40.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381582050.330.2300.20222.0940.1267.25
Hex8A9ECD2117014de2843
Octal212236315412702433650103
Binary10001010100111101100110110000110111010100110111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,158,205); }

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

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

 a { background-color: rgb(138,158,205); }

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

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

 span { border-color: rgb(138,158,205); }

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