Html Css Color HEX #899ECE Polo Blue

📋 copy color: '#899ECE'

red 137 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #899ECE

Tints of Polo Blue #899ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 27.35%
G = 31.54%
B = 41.12%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#899ECE (or 0x899ECE) is known color: Polo Blue. HEX triplet: 89, 9E and CE. RGB value is (137,158,206). Sum of RGB (Red+Green+Blue) = 137+158+206=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #899ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECE is #766131. Grayscale: #9C9C9C. Windows color (decimal): -7758130 or 13541001. OLE color: 13541001.

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

Color convert

RGB 137 158 206 -
CMYK 0.33 0.23 0 0.19
HSL 221.74º 0.41% 0.67% -
HSV(B) 221.74º 0.33% 0.81% -
XYZ 33.68 34.23 63.22 -
YUV 157.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 137 158 206 0.33 0.23 0 0.19 221.74 0.41 0.67
Hex 89 9E CE 21 17 0 13 DE 29 43
Octal 211 236 316 41 27 0 23 336 51 103
Binary 10001001 10011110 11001110 100001 10111 0 10011 11011110 101001 1000011

Color Harmonies of #899ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ECE

Black with #899ECE

Text Example


Text Example

White with #899ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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