Html Css Color HEX #8E9DEA Portage

📋 copy color: '#8E9DEA'

red 142 ◦ green 157 ◦ blue 234

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

Shades of Portage #8E9DEA

Tints of Portage #8E9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 26.64%
G = 29.46%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E9DEA (or 0x8E9DEA) is known color: Portage. HEX triplet: 8E, 9D and EA. RGB value is (142,157,234). Sum of RGB (Red+Green+Blue) = 142+157+234=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DEA is #716215. Grayscale: #A0A0A0. Windows color (decimal): -7430678 or 15375758. OLE color: 15375758.

HSL color Cylindrical-coordinate representation of color #8E9DEA: hue angle of 230.22º 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 #8E9DEA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 157 234 -
CMYK 0.39 0.33 0 0.08
HSL 230.22º 0.69% 0.74% -
HSV(B) 230.22º 0.39% 0.92% -
XYZ 38.06 35.81 82.75 -
YUV 161.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 142 157 234 0.39 0.33 0 0.08 230.22 0.69 0.74
Hex 8E 9D EA 27 21 0 8 E6 45 4A
Octal 216 235 352 47 41 0 10 346 105 112
Binary 10001110 10011101 11101010 100111 100001 0 1000 11100110 1000101 1001010

Color Harmonies of #8E9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9DEA

Black with #8E9DEA

Text Example


Text Example

White with #8E9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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