#8987DD

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

Shades of Portage #8987DD

Tints of Portage #8987DD

Color information

#8987DD (or 0x8987DD) is unknown color: approx Portage. HEX triplet: 89, 87 and DD. RGB value is (137,135,221). Sum of RGB (Red+Green+Blue) = 137+135+221=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8987DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987DD is #767822. Grayscale: #919191. Windows color (decimal): -7764003 or 14518153. OLE color: 14518153.

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

Color convert

RGB137135221-
CMYK0.380.3900.13
HSL241.4º55.84%69.8%-
HSV(B)241.4º38.91%86.67%-
XYZ32.0327.8772.1-
YUV145.4170.66122.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=27.79%
G=27.38%
B=44.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371352210.380.3900.13241.455.8469.8
Hex8987DD26270Df13846
Octal211207335464701536170106
Binary10001001100001111101110110011010011101101111100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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