Html Css Color HEX #8E93DD Portage

📋 copy color: '#8E93DD'

red 142 ◦ green 147 ◦ blue 221

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

Shades of Portage #8E93DD

Tints of Portage #8E93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 27.84%
G = 28.82%
B = 43.33%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E93DD (or 0x8E93DD) is known color: Portage. HEX triplet: 8E, 93 and DD. RGB value is (142,147,221). Sum of RGB (Red+Green+Blue) = 142+147+221=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93DD is #716C22. Grayscale: #999999. Windows color (decimal): -7433251 or 14521230. OLE color: 14521230.

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

Color convert

RGB 142 147 221 -
CMYK 0.36 0.33 0 0.13
HSL 236.2º 0.54% 0.71% -
HSV(B) 236.2º 0.36% 0.87% -
XYZ 34.64 31.84 72.73 -
YUV 153.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 142 147 221 0.36 0.33 0 0.13 236.2 0.54 0.71
Hex 8E 93 DD 24 21 0 D EC 36 47
Octal 216 223 335 44 41 0 15 354 66 107
Binary 10001110 10010011 11011101 100100 100001 0 1101 11101100 110110 1000111

Color Harmonies of #8E93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E93DD

Black with #8E93DD

Text Example


Text Example

White with #8E93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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