Html Css Color HEX #8991E9 Portage

📋 copy color: '#8991E9'

red 137 ◦ green 145 ◦ blue 233

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

Shades of Portage #8991E9

Tints of Portage #8991E9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 26.6%
G = 28.16%
B = 45.24%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8991E9 (or 0x8991E9) is known color: Portage. HEX triplet: 89, 91 and E9. RGB value is (137,145,233). Sum of RGB (Red+Green+Blue) = 137+145+233=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #8991E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991E9 is #766E16. Grayscale: #989898. Windows color (decimal): -7761431 or 15307145. OLE color: 15307145.

HSL color Cylindrical-coordinate representation of color #8991E9: hue angle of 235º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8991E9 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 137 145 233 -
CMYK 0.41 0.38 0 0.09
HSL 235º 0.69% 0.73% -
HSV(B) 235º 0.41% 0.91% -
XYZ 35.15 31.45 81.31 -
YUV 152.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 137 145 233 0.41 0.38 0 0.09 235 0.69 0.73
Hex 89 91 E9 29 26 0 9 EB 45 49
Octal 211 221 351 51 46 0 11 353 105 111
Binary 10001001 10010001 11101001 101001 100110 0 1001 11101011 1000101 1001001

Color Harmonies of #8991E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991E9

Black with #8991E9

Text Example


Text Example

White with #8991E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8991E9; }

 p { color: rgb(137,145,233); }

 H1.HeaderClassName
 {
   color: #8991E9;
 }
 .AnyTagClassName
 {
   color: #8991E9;
 }
</style>

background-color css

<style>
 a { background-color: #8991E9; }

 a { background-color: rgb(137,145,233); }

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

border-color css

<style>
 span { border-color: #8991E9; }

 span { border-color: rgb(137,145,233); }

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