Html Css Color HEX #899EED Portage

📋 copy color: '#899EED'

red 137 ◦ green 158 ◦ blue 237

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

Shades of Portage #899EED

Tints of Portage #899EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 25.75%
G = 29.7%
B = 44.55%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#899EED (or 0x899EED) is known color: Portage. HEX triplet: 89, 9E and ED. RGB value is (137,158,237). Sum of RGB (Red+Green+Blue) = 137+158+237=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #899EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EED is #766112. Grayscale: #A0A0A0. Windows color (decimal): -7758099 or 15572617. OLE color: 15572617.

HSL color Cylindrical-coordinate representation of color #899EED: hue angle of 227.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899EED is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 158 237 -
CMYK 0.42 0.33 0 0.07
HSL 227.4º 0.74% 0.73% -
HSV(B) 227.4º 0.42% 0.93% -
XYZ 37.83 35.89 85.05 -
YUV 160.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 137 158 237 0.42 0.33 0 0.07 227.4 0.74 0.73
Hex 89 9E ED 2A 21 0 7 E3 4A 49
Octal 211 236 355 52 41 0 7 343 112 111
Binary 10001001 10011110 11101101 101010 100001 0 111 11100011 1001010 1001001

Color Harmonies of #899EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EED

Black with #899EED

Text Example


Text Example

White with #899EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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