#899ECD

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

Shades of Polo Blue #899ECD

Tints of Polo Blue #899ECD

Color information

#899ECD (or 0x899ECD) is unknown color: approx Polo Blue. HEX triplet: 89, 9E and CD. RGB value is (137,158,205). Sum of RGB (Red+Green+Blue) = 137+158+205=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #899ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECD is #766132. Grayscale: #9C9C9C. Windows color (decimal): -7758131 or 13475465. OLE color: 13475465.

HSL color Cylindrical-coordinate representation of color #899ECD: hue angle of 221.47º 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 #899ECD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137158205-
CMYK0.330.2300.20
HSL221.47º40.48%67.06%-
HSV(B)221.47º33.17%80.39%-
XYZ33.5634.1862.59-
YUV157.08155.04113.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=27.4%
G=31.6%
B=41%

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
Decimal1371582050.330.2300.20221.4740.4867.06
Hex899ECD2117014dd2843
Octal211236315412702433550103
Binary10001001100111101100110110000110111010100110111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899ECD; }

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

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

<style>
 a { background-color: #899ECD; }

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

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

<style>
 span { border-color: #899ECD; }

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

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