#8E99FB

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

Shades of Portage #8E99FB

Tints of Portage #8E99FB

Color information

#8E99FB (or 0x8E99FB) is unknown color: approx Portage. HEX triplet: 8E, 99 and FB. RGB value is (142,153,251). Sum of RGB (Red+Green+Blue) = 142+153+251=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E99FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E99FB is #716604. Grayscale: #A0A0A0. Windows color (decimal): -7431685 or 16488846. OLE color: 16488846.

HSL color Cylindrical-coordinate representation of color #8E99FB: hue angle of 233.94º 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 #8E99FB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142153251-
CMYK0.430.3900.02
HSL233.94º93.16%77.06%-
HSV(B)233.94º43.43%98.43%-
XYZ39.9635.596.01-
YUV160.88178.86114.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=26.01%
G=28.02%
B=45.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421532510.430.3900.02233.9493.1677.06
Hex8E99FB2B2702ea5d4d
Octal216231373534702352135115
Binary1000111010011001111110111010111001110101110101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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