Html Css Color HEX #8E8EDB Portage

📋 copy color: '#8E8EDB'

red 142 ◦ green 142 ◦ blue 219

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

Shades of Portage #8E8EDB

Tints of Portage #8E8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.23%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 28.23%
G = 28.23%
B = 43.54%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E8EDB (or 0x8E8EDB) is known color: Portage. HEX triplet: 8E, 8E and DB. RGB value is (142,142,219). Sum of RGB (Red+Green+Blue) = 142+142+219=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8EDB is #717124. Grayscale: #969696. Windows color (decimal): -7434533 or 14388878. OLE color: 14388878.

HSL color Cylindrical-coordinate representation of color #8E8EDB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E8EDB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 142 219 -
CMYK 0.35 0.35 0 0.14
HSL 240º 0.52% 0.71% -
HSV(B) 240º 0.35% 0.86% -
XYZ 33.61 30.21 71.08 -
YUV 150.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 142 142 219 0.35 0.35 0 0.14 240 0.52 0.71
Hex 8E 8E DB 23 23 0 E F0 34 47
Octal 216 216 333 43 43 0 16 360 64 107
Binary 10001110 10001110 11011011 100011 100011 0 1110 11110000 110100 1000111

Color Harmonies of #8E8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8EDB

Black with #8E8EDB

Text Example


Text Example

White with #8E8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,142,219); }

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

background-color css

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

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

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

border-color css

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

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

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