Html Css Color HEX #8991EC Portage

📋 copy color: '#8991EC'

red 137 ◦ green 145 ◦ blue 236

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

Shades of Portage #8991EC

Tints of Portage #8991EC

RGB

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

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

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

R = 26.45%
G = 27.99%
B = 45.56%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8991EC (or 0x8991EC) is known color: Portage. HEX triplet: 89, 91 and EC. RGB value is (137,145,236). Sum of RGB (Red+Green+Blue) = 137+145+236=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8991EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991EC is #766E13. Grayscale: #989898. Windows color (decimal): -7761428 or 15503753. OLE color: 15503753.

HSL color Cylindrical-coordinate representation of color #8991EC: hue angle of 235.15º 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 #8991EC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 145 236 -
CMYK 0.42 0.39 0 0.07
HSL 235.15º 0.72% 0.73% -
HSV(B) 235.15º 0.42% 0.93% -
XYZ 35.58 31.63 83.59 -
YUV 152.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 137 145 236 0.42 0.39 0 0.07 235.15 0.72 0.73
Hex 89 91 EC 2A 27 0 7 EB 48 49
Octal 211 221 354 52 47 0 7 353 110 111
Binary 10001001 10010001 11101100 101010 100111 0 111 11101011 1001000 1001001

Color Harmonies of #8991EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991EC

Black with #8991EC

Text Example


Text Example

White with #8991EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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