#8E97FB

Color #8E97FB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8E97FB

Tints of Portage #8E97FB

Color information

#8E97FB (or 0x8E97FB) is unknown color: approx Portage. HEX triplet: 8E, 97 and FB. RGB value is (142,151,251). Sum of RGB (Red+Green+Blue) = 142+151+251=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97FB is #716804. Grayscale: #9F9F9F. Windows color (decimal): -7432197 or 16488334. OLE color: 16488334.

HSL color Cylindrical-coordinate representation of color #8E97FB: hue angle of 235.05º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E97FB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142151251-
CMYK0.430.4000.02
HSL235.05º93.16%77.06%-
HSV(B)235.05º43.43%98.43%-
XYZ39.6334.8595.9-
YUV159.71179.52115.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=26.10%
G=27.76%
B=46.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421512510.430.4000.02235.0593.1677.06
Hex8E97FB2B2802eb5d4d
Octal216227373535002353135115
Binary1000111010010111111110111010111010000101110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E97FB;
 }
 .AnyTagClassName
 {
   color: #8E97FB;
 }
</style>
background-color css

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

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

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

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

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

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