Html Css Color HEX #899EEB Portage

📋 copy color: '#899EEB'

red 137 ◦ green 158 ◦ blue 235

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

Shades of Portage #899EEB

Tints of Portage #899EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 25.85%
G = 29.81%
B = 44.34%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#899EEB (or 0x899EEB) is known color: Portage. HEX triplet: 89, 9E and EB. RGB value is (137,158,235). Sum of RGB (Red+Green+Blue) = 137+158+235=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #899EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EEB is #766114. Grayscale: #A0A0A0. Windows color (decimal): -7758101 or 15441545. OLE color: 15441545.

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

Color convert

RGB 137 158 235 -
CMYK 0.42 0.33 0 0.08
HSL 227.14º 0.71% 0.73% -
HSV(B) 227.14º 0.42% 0.92% -
XYZ 37.54 35.77 83.52 -
YUV 160.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 137 158 235 0.42 0.33 0 0.08 227.14 0.71 0.73
Hex 89 9E EB 2A 21 0 8 E3 47 49
Octal 211 236 353 52 41 0 10 343 107 111
Binary 10001001 10011110 11101011 101010 100001 0 1000 11100011 1000111 1001001

Color Harmonies of #899EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EEB

Black with #899EEB

Text Example


Text Example

White with #899EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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