Html Css Color HEX #899ECB Polo Blue

📋 copy color: '#899ECB'

red 137 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #899ECB

Tints of Polo Blue #899ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 27.51%
G = 31.73%
B = 40.76%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#899ECB (or 0x899ECB) is known color: Polo Blue. HEX triplet: 89, 9E and CB. RGB value is (137,158,203). Sum of RGB (Red+Green+Blue) = 137+158+203=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #899ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECB is #766134. Grayscale: #9C9C9C. Windows color (decimal): -7758133 or 13344393. OLE color: 13344393.

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

Color convert

RGB 137 158 203 -
CMYK 0.33 0.22 0 0.20
HSL 220.91º 0.39% 0.67% -
HSV(B) 220.91º 0.33% 0.8% -
XYZ 33.32 34.08 61.32 -
YUV 156.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 137 158 203 0.33 0.22 0 0.20 220.91 0.39 0.67
Hex 89 9E CB 21 16 0 14 DD 27 43
Octal 211 236 313 41 26 0 24 335 47 103
Binary 10001001 10011110 11001011 100001 10110 0 10100 11011101 100111 1000011

Color Harmonies of #899ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ECB

Black with #899ECB

Text Example


Text Example

White with #899ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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