#8996DD

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

Shades of Portage #8996DD

Tints of Portage #8996DD

Color information

#8996DD (or 0x8996DD) is unknown color: approx Portage. HEX triplet: 89, 96 and DD. RGB value is (137,150,221). Sum of RGB (Red+Green+Blue) = 137+150+221=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8996DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DD is #766922. Grayscale: #999999. Windows color (decimal): -7760163 or 14521993. OLE color: 14521993.

HSL color Cylindrical-coordinate representation of color #8996DD: hue angle of 230.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8996DD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137150221-
CMYK0.380.3200.13
HSL230.71º55.26%70.2%-
HSV(B)230.71º38.01%86.67%-
XYZ34.2732.3572.84-
YUV154.21165.69115.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=26.97%
G=29.53%
B=43.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371502210.380.3200.13230.7155.2670.2
Hex8996DD26200De73746
Octal211226335464001534767106
Binary10001001100101101101110110011010000001101111001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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