Html Css Color HEX #8E9EEE Portage

📋 copy color: '#8E9EEE'

red 142 ◦ green 158 ◦ blue 238

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

Shades of Portage #8E9EEE

Tints of Portage #8E9EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.37%

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

R = 26.39%
G = 29.37%
B = 44.24%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E9EEE (or 0x8E9EEE) is known color: Portage. HEX triplet: 8E, 9E and EE. RGB value is (142,158,238). Sum of RGB (Red+Green+Blue) = 142+158+238=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EEE is #716111. Grayscale: #A2A2A2. Windows color (decimal): -7430418 or 15638158. OLE color: 15638158.

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

Color convert

RGB 142 158 238 -
CMYK 0.40 0.34 0 0.07
HSL 230º 0.74% 0.75% -
HSV(B) 230º 0.4% 0.93% -
XYZ 38.81 36.38 85.86 -
YUV 162.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 142 158 238 0.40 0.34 0 0.07 230 0.74 0.75
Hex 8E 9E EE 28 22 0 7 E6 4A 4B
Octal 216 236 356 50 42 0 7 346 112 113
Binary 10001110 10011110 11101110 101000 100010 0 111 11100110 1001010 1001011

Color Harmonies of #8E9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9EEE

Black with #8E9EEE

Text Example


Text Example

White with #8E9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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