#8996FE

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

Shades of Portage #8996FE

Tints of Portage #8996FE

Color information

#8996FE (or 0x8996FE) is unknown color: approx Portage. HEX triplet: 89, 96 and FE. RGB value is (137,150,254). Sum of RGB (Red+Green+Blue) = 137+150+254=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #8996FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FE is #766901. Grayscale: #9D9D9D. Windows color (decimal): -7760130 or 16684681. OLE color: 16684681.

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

Color convert

RGB137150254-
CMYK0.460.4100.00
HSL233.33º98.32%76.67%-
HSV(B)233.33º46.06%99.61%-
XYZ39.1134.2998.32-
YUV157.97182.19113.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=25.32%
G=27.73%
B=46.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371502540.460.4100.00233.3398.3276.67
Hex8996FE2E2900e9624d
Octal211226376565100351142115
Binary100010011001011011111110101110101001001110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8996FE; }

 p { color: rgb(137,150,254); }

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

<style>
 a { background-color: #8996FE; }

 a { background-color: rgb(137,150,254); }

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

<style>
 span { border-color: #8996FE; }

 span { border-color: rgb(137,150,254); }

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