Html Css Color HEX #8E8FE0 Portage

📋 copy color: '#8E8FE0'

red 142 ◦ green 143 ◦ blue 224

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

Shades of Portage #8E8FE0

Tints of Portage #8E8FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 27.9%
G = 28.09%
B = 44.01%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8E8FE0 (or 0x8E8FE0) is known color: Portage. HEX triplet: 8E, 8F and E0. RGB value is (142,143,224). Sum of RGB (Red+Green+Blue) = 142+143+224=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8FE0 is #71701F. Grayscale: #979797. Windows color (decimal): -7434272 or 14716814. OLE color: 14716814.

HSL color Cylindrical-coordinate representation of color #8E8FE0: hue angle of 239.27º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E8FE0 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 143 224 -
CMYK 0.37 0.36 0 0.12
HSL 239.27º 0.57% 0.72% -
HSV(B) 239.27º 0.37% 0.88% -
XYZ 34.43 30.78 74.65 -
YUV 151.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 142 143 224 0.37 0.36 0 0.12 239.27 0.57 0.72
Hex 8E 8F E0 25 24 0 C EF 39 48
Octal 216 217 340 45 44 0 14 357 71 110
Binary 10001110 10001111 11100000 100101 100100 0 1100 11101111 111001 1001000

Color Harmonies of #8E8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FE0

Black with #8E8FE0

Text Example


Text Example

White with #8E8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,143,224); }

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

background-color css

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

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

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

border-color css

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

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

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