#8487dc

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

Shades of Portage #8487DC

Tints of Portage #8487DC

Color information

#8487DC (or 0x8487DC) is unknown color: approx Portage. HEX triplet: 84, 87 and DC. RGB value is (132,135,220). Sum of RGB (Red+Green+Blue) = 132+135+220=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8487DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487DC is #7B7823. Grayscale: #8F8F8F. Windows color (decimal): -8091684 or 14452612. OLE color: 14452612.

HSL color Cylindrical-coordinate representation of color #8487DC: hue angle of 237.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8487DC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132135220-
CMYK0.400.3900.14
HSL237.95º55.7%69.02%-
HSV(B)237.95º40%86.27%-
XYZ31.127.471.36-
YUV143.79171.01119.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=27.10%
G=27.72%
B=45.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321352200.400.3900.14237.9555.769.02
Hex8487DC28270Eee3845
Octal204207334504701635670105
Binary10000100100001111101110010100010011101110111011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8487dc; }

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

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

<style>
 a { background-color: #8487dc; }

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

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

<style>
 span { border-color: #8487dc; }

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

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