#8996FB

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

Shades of Portage #8996FB

Tints of Portage #8996FB

Color information

#8996FB (or 0x8996FB) is unknown color: approx Portage. HEX triplet: 89, 96 and FB. RGB value is (137,150,251). Sum of RGB (Red+Green+Blue) = 137+150+251=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #8996FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FB is #766904. Grayscale: #9D9D9D. Windows color (decimal): -7760133 or 16488073. OLE color: 16488073.

HSL color Cylindrical-coordinate representation of color #8996FB: hue angle of 233.16º degrees, saturation: 0.93, 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 #8996FB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137150251-
CMYK0.450.4000.02
HSL233.16º93.44%76.08%-
HSV(B)233.16º45.42%98.43%-
XYZ38.6434.195.81-
YUV157.63180.69113.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.46%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=25.46%
G=27.88%
B=46.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371502510.450.4000.02233.1693.4476.08
Hex8996FB2D2802e95d4c
Octal211226373555002351135114
Binary1000100110010110111110111011011010000101110100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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