Html Css Color HEX #8999EA Portage

📋 copy color: '#8999EA'

red 137 ◦ green 153 ◦ blue 234

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

Shades of Portage #8999EA

Tints of Portage #8999EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 26.15%
G = 29.2%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8999EA (or 0x8999EA) is known color: Portage. HEX triplet: 89, 99 and EA. RGB value is (137,153,234). Sum of RGB (Red+Green+Blue) = 137+153+234=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8999EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8999EA is #766615. Grayscale: #9D9D9D. Windows color (decimal): -7759382 or 15374729. OLE color: 15374729.

HSL color Cylindrical-coordinate representation of color #8999EA: hue angle of 230.1º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8999EA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 153 234 -
CMYK 0.41 0.35 0 0.08
HSL 230.1º 0.7% 0.73% -
HSV(B) 230.1º 0.41% 0.92% -
XYZ 36.56 34.04 82.49 -
YUV 157.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 137 153 234 0.41 0.35 0 0.08 230.1 0.7 0.73
Hex 89 99 EA 29 23 0 8 E6 46 49
Octal 211 231 352 51 43 0 10 346 106 111
Binary 10001001 10011001 11101010 101001 100011 0 1000 11100110 1000110 1001001

Color Harmonies of #8999EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8999EA

Black with #8999EA

Text Example


Text Example

White with #8999EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8999EA; }

 p { color: rgb(137,153,234); }

 H1.HeaderClassName
 {
   color: #8999EA;
 }
 .AnyTagClassName
 {
   color: #8999EA;
 }
</style>

background-color css

<style>
 a { background-color: #8999EA; }

 a { background-color: rgb(137,153,234); }

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

border-color css

<style>
 span { border-color: #8999EA; }

 span { border-color: rgb(137,153,234); }

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