Html Css Color HEX #8E89DD Portage

📋 copy color: '#8E89DD'

red 142 ◦ green 137 ◦ blue 221

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

Shades of Portage #8E89DD

Tints of Portage #8E89DD

RGB

 RED value IS 142 (55.86% from 255) = 28.4%

 GREEN value IS 137 (53.91% from 255) = 27.4%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 28.4%
G = 27.4%
B = 44.2%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E89DD (or 0x8E89DD) is known color: Portage. HEX triplet: 8E, 89 and DD. RGB value is (142,137,221). Sum of RGB (Red+Green+Blue) = 142+137+221=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89DD is #717622. Grayscale: #939393. Windows color (decimal): -7435811 or 14518670. OLE color: 14518670.

HSL color Cylindrical-coordinate representation of color #8E89DD: hue angle of 243.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E89DD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 137 221 -
CMYK 0.36 0.38 0 0.13
HSL 243.57º 0.55% 0.7% -
HSV(B) 243.57º 0.38% 0.87% -
XYZ 33.15 28.86 72.23 -
YUV 148.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 142 137 221 0.36 0.38 0 0.13 243.57 0.55 0.7
Hex 8E 89 DD 24 26 0 D F4 37 46
Octal 216 211 335 44 46 0 15 364 67 106
Binary 10001110 10001001 11011101 100100 100110 0 1101 11110100 110111 1000110

Color Harmonies of #8E89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89DD

Black with #8E89DD

Text Example


Text Example

White with #8E89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E89DD; }

 p { color: rgb(142,137,221); }

 H1.HeaderClassName
 {
   color: #8E89DD;
 }
 .AnyTagClassName
 {
   color: #8E89DD;
 }
</style>

background-color css

<style>
 a { background-color: #8E89DD; }

 a { background-color: rgb(142,137,221); }

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

border-color css

<style>
 span { border-color: #8E89DD; }

 span { border-color: rgb(142,137,221); }

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