Html Css Color HEX #8E87DF Portage

📋 copy color: '#8E87DF'

red 142 ◦ green 135 ◦ blue 223

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

Shades of Portage #8E87DF

Tints of Portage #8E87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27%

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

R = 28.4%
G = 27%
B = 44.6%

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

#8E87DF (or 0x8E87DF) is known color: Portage. HEX triplet: 8E, 87 and DF. RGB value is (142,135,223). Sum of RGB (Red+Green+Blue) = 142+135+223=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87DF is #717820. Grayscale: #929292. Windows color (decimal): -7436321 or 14649230. OLE color: 14649230.

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

Color convert

RGB 142 135 223 -
CMYK 0.36 0.39 0 0.13
HSL 244.77º 0.58% 0.7% -
HSV(B) 244.77º 0.39% 0.87% -
XYZ 33.14 28.41 73.55 -
YUV 147.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 142 135 223 0.36 0.39 0 0.13 244.77 0.58 0.7
Hex 8E 87 DF 24 27 0 D F5 3A 46
Octal 216 207 337 44 47 0 15 365 72 106
Binary 10001110 10000111 11011111 100100 100111 0 1101 11110101 111010 1000110

Color Harmonies of #8E87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E87DF

Black with #8E87DF

Text Example


Text Example

White with #8E87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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