#8987DC

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

Shades of Portage #8987DC

Tints of Portage #8987DC

Color information

#8987DC (or 0x8987DC) is unknown color: approx Portage. HEX triplet: 89, 87 and DC. RGB value is (137,135,220). Sum of RGB (Red+Green+Blue) = 137+135+220=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8987DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987DC is #767823. Grayscale: #909090. Windows color (decimal): -7764004 or 14452617. OLE color: 14452617.

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

Color convert

RGB137135220-
CMYK0.380.3900.14
HSL241.41º54.84%69.61%-
HSV(B)241.41º38.64%86.27%-
XYZ31.927.8171.4-
YUV145.29170.16122.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=27.85%
G=27.44%
B=44.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371352200.380.3900.14241.4154.8469.61
Hex8987DC26270Ef13746
Octal211207334464701636167106
Binary10001001100001111101110010011010011101110111100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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