Html Css Color HEX #8E9FEE Portage

📋 copy color: '#8E9FEE'

red 142 ◦ green 159 ◦ blue 238

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

Shades of Portage #8E9FEE

Tints of Portage #8E9FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 26.35%
G = 29.5%
B = 44.16%

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

#8E9FEE (or 0x8E9FEE) is known color: Portage. HEX triplet: 8E, 9F and EE. RGB value is (142,159,238). Sum of RGB (Red+Green+Blue) = 142+159+238=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FEE is #716011. Grayscale: #A2A2A2. Windows color (decimal): -7430162 or 15638414. OLE color: 15638414.

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

Color convert

RGB 142 159 238 -
CMYK 0.40 0.33 0 0.07
HSL 229.38º 0.74% 0.75% -
HSV(B) 229.38º 0.4% 0.93% -
XYZ 38.99 36.72 85.92 -
YUV 162.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 142 159 238 0.40 0.33 0 0.07 229.38 0.74 0.75
Hex 8E 9F EE 28 21 0 7 E5 4A 4B
Octal 216 237 356 50 41 0 7 345 112 113
Binary 10001110 10011111 11101110 101000 100001 0 111 11100101 1001010 1001011

Color Harmonies of #8E9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FEE

Black with #8E9FEE

Text Example


Text Example

White with #8E9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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