Html Css Color HEX #899ECA Polo Blue

📋 copy color: '#899ECA'

red 137 ◦ green 158 ◦ blue 202

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

Shades of Polo Blue #899ECA

Tints of Polo Blue #899ECA

RGB

 RED value IS 137 (53.91% from 255) = 27.57%

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 27.57%
G = 31.79%
B = 40.64%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#899ECA (or 0x899ECA) is known color: Polo Blue. HEX triplet: 89, 9E and CA. RGB value is (137,158,202). Sum of RGB (Red+Green+Blue) = 137+158+202=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #899ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECA is #766135. Grayscale: #9C9C9C. Windows color (decimal): -7758134 or 13278857. OLE color: 13278857.

HSL color Cylindrical-coordinate representation of color #899ECA: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899ECA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 158 202 -
CMYK 0.32 0.22 0 0.21
HSL 220.62º 0.38% 0.66% -
HSV(B) 220.62º 0.32% 0.79% -
XYZ 33.2 34.04 60.7 -
YUV 156.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 137 158 202 0.32 0.22 0 0.21 220.62 0.38 0.66
Hex 89 9E CA 20 16 0 15 DD 26 42
Octal 211 236 312 40 26 0 25 335 46 102
Binary 10001001 10011110 11001010 100000 10110 0 10101 11011101 100110 1000010

Color Harmonies of #899ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ECA

Black with #899ECA

Text Example


Text Example

White with #899ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #899ECA;
 }
 .AnyTagClassName
 {
   color: #899ECA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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