Html Css Color HEX #8990EC Portage

📋 copy color: '#8990EC'

red 137 ◦ green 144 ◦ blue 236

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

Shades of Portage #8990EC

Tints of Portage #8990EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

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

R = 26.5%
G = 27.85%
B = 45.65%

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

#8990EC (or 0x8990EC) is known color: Portage. HEX triplet: 89, 90 and EC. RGB value is (137,144,236). Sum of RGB (Red+Green+Blue) = 137+144+236=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8990EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990EC is #766F13. Grayscale: #989898. Windows color (decimal): -7761684 or 15503497. OLE color: 15503497.

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

Color convert

RGB 137 144 236 -
CMYK 0.42 0.39 0 0.07
HSL 235.76º 0.72% 0.73% -
HSV(B) 235.76º 0.42% 0.93% -
XYZ 35.43 31.32 83.54 -
YUV 152.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 137 144 236 0.42 0.39 0 0.07 235.76 0.72 0.73
Hex 89 90 EC 2A 27 0 7 EC 48 49
Octal 211 220 354 52 47 0 7 354 110 111
Binary 10001001 10010000 11101100 101010 100111 0 111 11101100 1001000 1001001

Color Harmonies of #8990EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990EC

Black with #8990EC

Text Example


Text Example

White with #8990EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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