Html Css Color HEX #8E97FE Portage

📋 copy color: '#8E97FE'

red 142 ◦ green 151 ◦ blue 254

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

Shades of Portage #8E97FE

Tints of Portage #8E97FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.61%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 25.96%
G = 27.61%
B = 46.44%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8E97FE (or 0x8E97FE) is known color: Portage. HEX triplet: 8E, 97 and FE. RGB value is (142,151,254). Sum of RGB (Red+Green+Blue) = 142+151+254=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E97FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97FE is #716801. Grayscale: #9F9F9F. Windows color (decimal): -7432194 or 16684942. OLE color: 16684942.

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

Color convert

RGB 142 151 254 -
CMYK 0.44 0.41 0 0.00
HSL 235.18º 0.98% 0.78% -
HSV(B) 235.18º 0.44% 1% -
XYZ 40.11 35.04 98.42 -
YUV 160.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 142 151 254 0.44 0.41 0 0.00 235.18 0.98 0.78
Hex 8E 97 FE 2C 29 0 0 EB 62 4E
Octal 216 227 376 54 51 0 0 353 142 116
Binary 10001110 10010111 11111110 101100 101001 0 0 11101011 1100010 1001110

Color Harmonies of #8E97FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97FE

Black with #8E97FE

Text Example


Text Example

White with #8E97FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,254); }

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

background-color css

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

 a { background-color: rgb(142,151,254); }

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

border-color css

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

 span { border-color: rgb(142,151,254); }

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