Html Css Color HEX #899ECF Polo Blue

📋 copy color: '#899ECF'

red 137 ◦ green 158 ◦ blue 207

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

Shades of Polo Blue #899ECF

Tints of Polo Blue #899ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 27.29%
G = 31.47%
B = 41.24%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#899ECF (or 0x899ECF) is known color: Polo Blue. HEX triplet: 89, 9E and CF. RGB value is (137,158,207). Sum of RGB (Red+Green+Blue) = 137+158+207=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #899ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECF is #766130. Grayscale: #9D9D9D. Windows color (decimal): -7758129 or 13606537. OLE color: 13606537.

HSL color Cylindrical-coordinate representation of color #899ECF: hue angle of 222º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899ECF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 158 207 -
CMYK 0.34 0.24 0 0.19
HSL 222º 0.42% 0.67% -
HSV(B) 222º 0.34% 0.81% -
XYZ 33.81 34.28 63.87 -
YUV 157.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 137 158 207 0.34 0.24 0 0.19 222 0.42 0.67
Hex 89 9E CF 22 18 0 13 DE 2A 43
Octal 211 236 317 42 30 0 23 336 52 103
Binary 10001001 10011110 11001111 100010 11000 0 10011 11011110 101010 1000011

Color Harmonies of #899ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ECF

Black with #899ECF

Text Example


Text Example

White with #899ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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