Html Css Color HEX #8E93DF Portage

📋 copy color: '#8E93DF'

red 142 ◦ green 147 ◦ blue 223

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

Shades of Portage #8E93DF

Tints of Portage #8E93DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

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

R = 27.73%
G = 28.71%
B = 43.55%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E93DF (or 0x8E93DF) is known color: Portage. HEX triplet: 8E, 93 and DF. RGB value is (142,147,223). Sum of RGB (Red+Green+Blue) = 142+147+223=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93DF is #716C20. Grayscale: #999999. Windows color (decimal): -7433249 or 14652302. OLE color: 14652302.

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

Color convert

RGB 142 147 223 -
CMYK 0.36 0.34 0 0.13
HSL 236.3º 0.56% 0.72% -
HSV(B) 236.3º 0.36% 0.87% -
XYZ 34.91 31.95 74.14 -
YUV 154.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 142 147 223 0.36 0.34 0 0.13 236.3 0.56 0.72
Hex 8E 93 DF 24 22 0 D EC 38 48
Octal 216 223 337 44 42 0 15 354 70 110
Binary 10001110 10010011 11011111 100100 100010 0 1101 11101100 111000 1001000

Color Harmonies of #8E93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E93DF

Black with #8E93DF

Text Example


Text Example

White with #8E93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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