Html Css Color HEX #8E88DF Portage

📋 copy color: '#8E88DF'

red 142 ◦ green 136 ◦ blue 223

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

Shades of Portage #8E88DF

Tints of Portage #8E88DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 28.34%
G = 27.15%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E88DF (or 0x8E88DF) is known color: Portage. HEX triplet: 8E, 88 and DF. RGB value is (142,136,223). Sum of RGB (Red+Green+Blue) = 142+136+223=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88DF is #717720. Grayscale: #939393. Windows color (decimal): -7436065 or 14649486. OLE color: 14649486.

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

Color convert

RGB 142 136 223 -
CMYK 0.36 0.39 0 0.13
HSL 244.14º 0.58% 0.7% -
HSV(B) 244.14º 0.39% 0.87% -
XYZ 33.28 28.69 73.6 -
YUV 147.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 142 136 223 0.36 0.39 0 0.13 244.14 0.58 0.7
Hex 8E 88 DF 24 27 0 D F4 3A 46
Octal 216 210 337 44 47 0 15 364 72 106
Binary 10001110 10001000 11011111 100100 100111 0 1101 11110100 111010 1000110

Color Harmonies of #8E88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E88DF

Black with #8E88DF

Text Example


Text Example

White with #8E88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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