#8996FF

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

Shades of Portage #8996FF

Tints of Portage #8996FF

Color information

#8996FF (or 0x8996FF) is unknown color: approx Portage. HEX triplet: 89, 96 and FF. RGB value is (137,150,255). Sum of RGB (Red+Green+Blue) = 137+150+255=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8996FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996FF is #766900. Grayscale: #9D9D9D. Windows color (decimal): -7760129 or 16750217. OLE color: 16750217.

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

Color convert

RGB137150255-
CMYK0.460.4100
HSL233.39º100%76.86%-
HSV(B)233.39º46.27%100%-
XYZ39.2734.3599.17-
YUV158.08182.69112.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 47.05%
R=25.28%
G=27.68%
B=47.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371502550.460.4100233.3910076.86
Hex8996FF2E2900e9644d
Octal211226377565100351144115
Binary100010011001011011111111101110101001001110100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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