Html Css Color HEX #8E88DD Portage

📋 copy color: '#8E88DD'

red 142 ◦ green 136 ◦ blue 221

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

Shades of Portage #8E88DD

Tints of Portage #8E88DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.25%

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

R = 28.46%
G = 27.25%
B = 44.29%

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

#8E88DD (or 0x8E88DD) is known color: Portage. HEX triplet: 8E, 88 and DD. RGB value is (142,136,221). Sum of RGB (Red+Green+Blue) = 142+136+221=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88DD is #717722. Grayscale: #939393. Windows color (decimal): -7436067 or 14518414. OLE color: 14518414.

HSL color Cylindrical-coordinate representation of color #8E88DD: hue angle of 244.24º degrees, saturation: 0.56, 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 #8E88DD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 136 221 -
CMYK 0.36 0.38 0 0.13
HSL 244.24º 0.56% 0.7% -
HSV(B) 244.24º 0.38% 0.87% -
XYZ 33.01 28.58 72.18 -
YUV 147.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 142 136 221 0.36 0.38 0 0.13 244.24 0.56 0.7
Hex 8E 88 DD 24 26 0 D F4 38 46
Octal 216 210 335 44 46 0 15 364 70 106
Binary 10001110 10001000 11011101 100100 100110 0 1101 11110100 111000 1000110

Color Harmonies of #8E88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88DD

Black with #8E88DD

Text Example


Text Example

White with #8E88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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