Html Css Color HEX #8E8CEA Portage

📋 copy color: '#8E8CEA'

red 142 ◦ green 140 ◦ blue 234

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

Shades of Portage #8E8CEA

Tints of Portage #8E8CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 27.52%
G = 27.13%
B = 45.35%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E8CEA (or 0x8E8CEA) is known color: Portage. HEX triplet: 8E, 8C and EA. RGB value is (142,140,234). Sum of RGB (Red+Green+Blue) = 142+140+234=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8CEA is #717315. Grayscale: #969696. Windows color (decimal): -7435030 or 15371406. OLE color: 15371406.

HSL color Cylindrical-coordinate representation of color #8E8CEA: hue angle of 241.28º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8CEA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 140 234 -
CMYK 0.39 0.40 0 0.08
HSL 241.28º 0.69% 0.73% -
HSV(B) 241.28º 0.4% 0.92% -
XYZ 35.38 30.45 81.85 -
YUV 151.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 142 140 234 0.39 0.40 0 0.08 241.28 0.69 0.73
Hex 8E 8C EA 27 28 0 8 F1 45 49
Octal 216 214 352 47 50 0 10 361 105 111
Binary 10001110 10001100 11101010 100111 101000 0 1000 11110001 1000101 1001001

Color Harmonies of #8E8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8CEA

Black with #8E8CEA

Text Example


Text Example

White with #8E8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,140,234); }

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

background-color css

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

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

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

border-color css

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

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

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