Html Css Color HEX #8E89ED Portage

📋 copy color: '#8E89ED'

red 142 ◦ green 137 ◦ blue 237

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

Shades of Portage #8E89ED

Tints of Portage #8E89ED

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 27.52%
G = 26.55%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E89ED (or 0x8E89ED) is known color: Portage. HEX triplet: 8E, 89 and ED. RGB value is (142,137,237). Sum of RGB (Red+Green+Blue) = 142+137+237=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E89ED is #717612. Grayscale: #959595. Windows color (decimal): -7435795 or 15567246. OLE color: 15567246.

HSL color Cylindrical-coordinate representation of color #8E89ED: hue angle of 243º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E89ED is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 137 237 -
CMYK 0.40 0.42 0 0.07
HSL 243º 0.74% 0.73% -
HSV(B) 243º 0.42% 0.93% -
XYZ 35.39 29.76 84 -
YUV 149.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 142 137 237 0.40 0.42 0 0.07 243 0.74 0.73
Hex 8E 89 ED 28 2A 0 7 F3 4A 49
Octal 216 211 355 50 52 0 7 363 112 111
Binary 10001110 10001001 11101101 101000 101010 0 111 11110011 1001010 1001001

Color Harmonies of #8E89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89ED

Black with #8E89ED

Text Example


Text Example

White with #8E89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,137,237); }

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

background-color css

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

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

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

border-color css

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

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

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