#8996DB

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

Shades of Portage #8996DB

Tints of Portage #8996DB

Color information

#8996DB (or 0x8996DB) is unknown color: approx Portage. HEX triplet: 89, 96 and DB. RGB value is (137,150,219). Sum of RGB (Red+Green+Blue) = 137+150+219=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8996DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DB is #766924. Grayscale: #999999. Windows color (decimal): -7760165 or 14390921. OLE color: 14390921.

HSL color Cylindrical-coordinate representation of color #8996DB: hue angle of 230.49º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8996DB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137150219-
CMYK0.370.3200.14
HSL230.49º53.25%69.8%-
HSV(B)230.49º37.44%85.88%-
XYZ34.0132.2571.45-
YUV153.98164.69115.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=27.08%
G=29.64%
B=43.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371502190.370.3200.14230.4953.2569.8
Hex8996DB25200Ee63546
Octal211226333454001634665106
Binary10001001100101101101101110010110000001110111001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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