Html Css Color HEX #8E90EA Portage

📋 copy color: '#8E90EA'

red 142 ◦ green 144 ◦ blue 234

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

Shades of Portage #8E90EA

Tints of Portage #8E90EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 27.31%
G = 27.69%
B = 45%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E90EA (or 0x8E90EA) is known color: Portage. HEX triplet: 8E, 90 and EA. RGB value is (142,144,234). Sum of RGB (Red+Green+Blue) = 142+144+234=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90EA is #716F15. Grayscale: #999999. Windows color (decimal): -7434006 or 15372430. OLE color: 15372430.

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

Color convert

RGB 142 144 234 -
CMYK 0.39 0.38 0 0.08
HSL 238.7º 0.69% 0.74% -
HSV(B) 238.7º 0.39% 0.92% -
XYZ 35.98 31.64 82.05 -
YUV 153.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 142 144 234 0.39 0.38 0 0.08 238.7 0.69 0.74
Hex 8E 90 EA 27 26 0 8 EF 45 4A
Octal 216 220 352 47 46 0 10 357 105 112
Binary 10001110 10010000 11101010 100111 100110 0 1000 11101111 1000101 1001010

Color Harmonies of #8E90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E90EA

Black with #8E90EA

Text Example


Text Example

White with #8E90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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