Html Css Color HEX #8E9FEC Portage

📋 copy color: '#8E9FEC'

red 142 ◦ green 159 ◦ blue 236

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

Shades of Portage #8E9FEC

Tints of Portage #8E9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

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

R = 26.44%
G = 29.61%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E9FEC (or 0x8E9FEC) is known color: Portage. HEX triplet: 8E, 9F and EC. RGB value is (142,159,236). Sum of RGB (Red+Green+Blue) = 142+159+236=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FEC is #716013. Grayscale: #A2A2A2. Windows color (decimal): -7430164 or 15507342. OLE color: 15507342.

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

Color convert

RGB 142 159 236 -
CMYK 0.40 0.33 0 0.07
HSL 229.15º 0.71% 0.74% -
HSV(B) 229.15º 0.4% 0.93% -
XYZ 38.69 36.6 84.38 -
YUV 162.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 142 159 236 0.40 0.33 0 0.07 229.15 0.71 0.74
Hex 8E 9F EC 28 21 0 7 E5 47 4A
Octal 216 237 354 50 41 0 7 345 107 112
Binary 10001110 10011111 11101100 101000 100001 0 111 11100101 1000111 1001010

Color Harmonies of #8E9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FEC

Black with #8E9FEC

Text Example


Text Example

White with #8E9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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