Html Css Color HEX #8E8EF6 Portage

📋 copy color: '#8E8EF6'

red 142 ◦ green 142 ◦ blue 246

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

Shades of Portage #8E8EF6

Tints of Portage #8E8EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 26.79%
G = 26.79%
B = 46.42%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8E8EF6 (or 0x8E8EF6) is known color: Portage. HEX triplet: 8E, 8E and F6. RGB value is (142,142,246). Sum of RGB (Red+Green+Blue) = 142+142+246=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E8EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8EF6 is #717109. Grayscale: #999999. Windows color (decimal): -7434506 or 16158350. OLE color: 16158350.

HSL color Cylindrical-coordinate representation of color #8E8EF6: hue angle of 240º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E8EF6 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 142 246 -
CMYK 0.42 0.42 0 0.04
HSL 240º 0.85% 0.76% -
HSV(B) 240º 0.42% 0.96% -
XYZ 37.46 31.75 91.34 -
YUV 153.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 142 142 246 0.42 0.42 0 0.04 240 0.85 0.76
Hex 8E 8E F6 2A 2A 0 4 F0 55 4C
Octal 216 216 366 52 52 0 4 360 125 114
Binary 10001110 10001110 11110110 101010 101010 0 100 11110000 1010101 1001100

Color Harmonies of #8E8EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8EF6

Black with #8E8EF6

Text Example


Text Example

White with #8E8EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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