Html Css Color HEX #8E90EB Portage

📋 copy color: '#8E90EB'

red 142 ◦ green 144 ◦ blue 235

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

Shades of Portage #8E90EB

Tints of Portage #8E90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 27.26%
G = 27.64%
B = 45.11%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E90EB (or 0x8E90EB) is known color: Portage. HEX triplet: 8E, 90 and EB. RGB value is (142,144,235). Sum of RGB (Red+Green+Blue) = 142+144+235=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90EB is #716F14. Grayscale: #999999. Windows color (decimal): -7434005 or 15437966. OLE color: 15437966.

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

Color convert

RGB 142 144 235 -
CMYK 0.40 0.39 0 0.08
HSL 238.71º 0.7% 0.74% -
HSV(B) 238.71º 0.4% 0.92% -
XYZ 36.12 31.7 82.81 -
YUV 153.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 142 144 235 0.40 0.39 0 0.08 238.71 0.7 0.74
Hex 8E 90 EB 28 27 0 8 EF 46 4A
Octal 216 220 353 50 47 0 10 357 106 112
Binary 10001110 10010000 11101011 101000 100111 0 1000 11101111 1000110 1001010

Color Harmonies of #8E90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90EB

Black with #8E90EB

Text Example


Text Example

White with #8E90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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