Html Css Color HEX #8E9EFF Portage

📋 copy color: '#8E9EFF'

red 142 ◦ green 158 ◦ blue 255

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

Shades of Portage #8E9EFF

Tints of Portage #8E9EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 25.59%
G = 28.47%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E9EFF (or 0x8E9EFF) is known color: Portage. HEX triplet: 8E, 9E and FF. RGB value is (142,158,255). Sum of RGB (Red+Green+Blue) = 142+158+255=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EFF is #716100. Grayscale: #A3A3A3. Windows color (decimal): -7430401 or 16752270. OLE color: 16752270.

HSL color Cylindrical-coordinate representation of color #8E9EFF: hue angle of 231.5º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9EFF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 158 255 -
CMYK 0.44 0.38 0 0
HSL 231.5º 1% 0.78% -
HSV(B) 231.5º 0.44% 1% -
XYZ 41.43 37.42 99.65 -
YUV 164.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 142 158 255 0.44 0.38 0 0 231.5 1 0.78
Hex 8E 9E FF 2C 26 0 0 E8 64 4E
Octal 216 236 377 54 46 0 0 350 144 116
Binary 10001110 10011110 11111111 101100 100110 0 0 11101000 1100100 1001110

Color Harmonies of #8E9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9EFF

Black with #8E9EFF

Text Example


Text Example

White with #8E9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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