Html Css Color HEX #8E89DF Portage

📋 copy color: '#8E89DF'

red 142 ◦ green 137 ◦ blue 223

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

Shades of Portage #8E89DF

Tints of Portage #8E89DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 28.29%
G = 27.29%
B = 44.42%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E89DF (or 0x8E89DF) is known color: Portage. HEX triplet: 8E, 89 and DF. RGB value is (142,137,223). Sum of RGB (Red+Green+Blue) = 142+137+223=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89DF is #717620. Grayscale: #939393. Windows color (decimal): -7435809 or 14649742. OLE color: 14649742.

HSL color Cylindrical-coordinate representation of color #8E89DF: hue angle of 243.49º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E89DF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 137 223 -
CMYK 0.36 0.39 0 0.13
HSL 243.49º 0.57% 0.71% -
HSV(B) 243.49º 0.39% 0.87% -
XYZ 33.42 28.97 73.64 -
YUV 148.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 142 137 223 0.36 0.39 0 0.13 243.49 0.57 0.71
Hex 8E 89 DF 24 27 0 D F3 39 47
Octal 216 211 337 44 47 0 15 363 71 107
Binary 10001110 10001001 11011111 100100 100111 0 1101 11110011 111001 1000111

Color Harmonies of #8E89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89DF

Black with #8E89DF

Text Example


Text Example

White with #8E89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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