Html Css Color HEX #8E8BE5 Portage

📋 copy color: '#8E8BE5'

red 142 ◦ green 139 ◦ blue 229

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

Shades of Portage #8E8BE5

Tints of Portage #8E8BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 229 (89.84% from 255) = 44.9%

R = 27.84%
G = 27.25%
B = 44.9%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8E8BE5 (or 0x8E8BE5) is known color: Portage. HEX triplet: 8E, 8B and E5. RGB value is (142,139,229). Sum of RGB (Red+Green+Blue) = 142+139+229=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E8BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BE5 is #71741A. Grayscale: #959595. Windows color (decimal): -7435291 or 15043470. OLE color: 15043470.

HSL color Cylindrical-coordinate representation of color #8E8BE5: hue angle of 242º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8BE5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 142 139 229 -
CMYK 0.38 0.39 0 0.10
HSL 242º 0.63% 0.72% -
HSV(B) 242º 0.39% 0.9% -
XYZ 34.53 29.87 78.07 -
YUV 150.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 142 139 229 0.38 0.39 0 0.10 242 0.63 0.72
Hex 8E 8B E5 26 27 0 A F2 3F 48
Octal 216 213 345 46 47 0 12 362 77 110
Binary 10001110 10001011 11100101 100110 100111 0 1010 11110010 111111 1001000

Color Harmonies of #8E8BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8BE5

Black with #8E8BE5

Text Example


Text Example

White with #8E8BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,229); }

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

background-color css

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

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

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

border-color css

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

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

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