Html Css Color HEX #899ECD Polo Blue

📋 copy color: '#899ECD'

red 137 ◦ green 158 ◦ blue 205

#899ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #899ECD

Tints of Polo Blue #899ECD

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 value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#899ECD (or 0x899ECD) is known color: 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

RGB 137 158 205 -
CMYK 0.33 0.23 0 0.20
HSL 221.47º 0.4% 0.67% -
HSV(B) 221.47º 0.33% 0.8% -
XYZ 33.56 34.18 62.59 -
YUV 157.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 137 158 205 0.33 0.23 0 0.20 221.47 0.4 0.67
Hex 89 9E CD 21 17 0 14 DD 28 43
Octal 211 236 315 41 27 0 24 335 50 103
Binary 10001001 10011110 11001101 100001 10111 0 10100 11011101 101000 1000011

Color Harmonies of #899ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ECD

Black with #899ECD

Text Example


Text Example

White with #899ECD

Text Example


Text Example

HTML Codes & Css Web 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>