Html Css Color HEX #8E90EC Portage

📋 copy color: '#8E90EC'

red 142 ◦ green 144 ◦ blue 236

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

Shades of Portage #8E90EC

Tints of Portage #8E90EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 27.2%
G = 27.59%
B = 45.21%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E90EC (or 0x8E90EC) is known color: Portage. HEX triplet: 8E, 90 and EC. RGB value is (142,144,236). Sum of RGB (Red+Green+Blue) = 142+144+236=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90EC is #716F13. Grayscale: #999999. Windows color (decimal): -7434004 or 15503502. OLE color: 15503502.

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

Color convert

RGB 142 144 236 -
CMYK 0.40 0.39 0 0.07
HSL 238.72º 0.71% 0.74% -
HSV(B) 238.72º 0.4% 0.93% -
XYZ 36.27 31.75 83.57 -
YUV 153.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 142 144 236 0.40 0.39 0 0.07 238.72 0.71 0.74
Hex 8E 90 EC 28 27 0 7 EF 47 4A
Octal 216 220 354 50 47 0 7 357 107 112
Binary 10001110 10010000 11101100 101000 100111 0 111 11101111 1000111 1001010

Color Harmonies of #8E90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90EC

Black with #8E90EC

Text Example


Text Example

White with #8E90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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