#8996FA

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

Shades of Portage #8996FA

Tints of Portage #8996FA

Color information

#8996FA (or 0x8996FA) is unknown color: approx Portage. HEX triplet: 89, 96 and FA. RGB value is (137,150,250). Sum of RGB (Red+Green+Blue) = 137+150+250=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #8996FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FA is #766905. Grayscale: #9D9D9D. Windows color (decimal): -7760134 or 16422537. OLE color: 16422537.

HSL color Cylindrical-coordinate representation of color #8996FA: hue angle of 233.1º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8996FA is Cyan = 0.45, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137150250-
CMYK0.450.400.02
HSL233.1º91.87%75.88%-
HSV(B)233.1º45.2%98.04%-
XYZ38.4834.0394.98-
YUV157.51180.19113.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.51%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=25.51%
G=27.93%
B=46.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371502500.450.400.02233.191.8775.88
Hex8996FA2D2802e95c4c
Octal211226372555002351134114
Binary1000100110010110111110101011011010000101110100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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