Html Css Color HEX #8E97F6 Portage

📋 copy color: '#8E97F6'

red 142 ◦ green 151 ◦ blue 246

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

Shades of Portage #8E97F6

Tints of Portage #8E97F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 26.35%
G = 28.01%
B = 45.64%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8E97F6 (or 0x8E97F6) is known color: Portage. HEX triplet: 8E, 97 and F6. RGB value is (142,151,246). Sum of RGB (Red+Green+Blue) = 142+151+246=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E97F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97F6 is #716809. Grayscale: #9E9E9E. Windows color (decimal): -7432202 or 16160654. OLE color: 16160654.

HSL color Cylindrical-coordinate representation of color #8E97F6: hue angle of 234.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E97F6 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 151 246 -
CMYK 0.42 0.39 0 0.04
HSL 234.81º 0.85% 0.76% -
HSV(B) 234.81º 0.42% 0.96% -
XYZ 38.86 34.54 91.81 -
YUV 159.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 142 151 246 0.42 0.39 0 0.04 234.81 0.85 0.76
Hex 8E 97 F6 2A 27 0 4 EB 55 4C
Octal 216 227 366 52 47 0 4 353 125 114
Binary 10001110 10010111 11110110 101010 100111 0 100 11101011 1010101 1001100

Color Harmonies of #8E97F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E97F6

Black with #8E97F6

Text Example


Text Example

White with #8E97F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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