Html Css Color HEX #8E90DD Portage

📋 copy color: '#8E90DD'

red 142 ◦ green 144 ◦ blue 221

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

Shades of Portage #8E90DD

Tints of Portage #8E90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

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

R = 28.01%
G = 28.4%
B = 43.59%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E90DD (or 0x8E90DD) is known color: Portage. HEX triplet: 8E, 90 and DD. RGB value is (142,144,221). Sum of RGB (Red+Green+Blue) = 142+144+221=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90DD is #716F22. Grayscale: #979797. Windows color (decimal): -7434019 or 14520462. OLE color: 14520462.

HSL color Cylindrical-coordinate representation of color #8E90DD: hue angle of 238.48º 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 #8E90DD is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 144 221 -
CMYK 0.36 0.35 0 0.13
HSL 238.48º 0.54% 0.71% -
HSV(B) 238.48º 0.36% 0.87% -
XYZ 34.18 30.92 72.57 -
YUV 152.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 142 144 221 0.36 0.35 0 0.13 238.48 0.54 0.71
Hex 8E 90 DD 24 23 0 D EE 36 47
Octal 216 220 335 44 43 0 15 356 66 107
Binary 10001110 10010000 11011101 100100 100011 0 1101 11101110 110110 1000111

Color Harmonies of #8E90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90DD

Black with #8E90DD

Text Example


Text Example

White with #8E90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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