Html Css Color HEX #899EEC Portage

📋 copy color: '#899EEC'

red 137 ◦ green 158 ◦ blue 236

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

Shades of Portage #899EEC

Tints of Portage #899EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 25.8%
G = 29.76%
B = 44.44%

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

#899EEC (or 0x899EEC) is known color: Portage. HEX triplet: 89, 9E and EC. RGB value is (137,158,236). Sum of RGB (Red+Green+Blue) = 137+158+236=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #899EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EEC is #766113. Grayscale: #A0A0A0. Windows color (decimal): -7758100 or 15507081. OLE color: 15507081.

HSL color Cylindrical-coordinate representation of color #899EEC: hue angle of 227.27º degrees, saturation: 0.72, 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 #899EEC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 158 236 -
CMYK 0.42 0.33 0 0.07
HSL 227.27º 0.72% 0.73% -
HSV(B) 227.27º 0.42% 0.93% -
XYZ 37.68 35.83 84.29 -
YUV 160.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 137 158 236 0.42 0.33 0 0.07 227.27 0.72 0.73
Hex 89 9E EC 2A 21 0 7 E3 48 49
Octal 211 236 354 52 41 0 7 343 110 111
Binary 10001001 10011110 11101100 101010 100001 0 111 11100011 1001000 1001001

Color Harmonies of #899EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EEC

Black with #899EEC

Text Example


Text Example

White with #899EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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