#8587DB

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

Shades of Portage #8587DB

Tints of Portage #8587DB

Color information

#8587DB (or 0x8587DB) is unknown color: approx Portage. HEX triplet: 85, 87 and DB. RGB value is (133,135,219). Sum of RGB (Red+Green+Blue) = 133+135+219=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8587DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587DB is #7A7824. Grayscale: #8F8F8F. Windows color (decimal): -8026149 or 14387077. OLE color: 14387077.

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

Color convert

RGB133135219-
CMYK0.390.3800.14
HSL238.6º54.43%69.02%-
HSV(B)238.6º39.27%85.88%-
XYZ31.1227.4370.67-
YUV143.98170.34120.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=27.31%
G=27.72%
B=44.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331352190.390.3800.14238.654.4369.02
Hex8587DB27260Eef3645
Octal205207333474601635766105
Binary10000101100001111101101110011110011001110111011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,135,219); }

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

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

 a { background-color: rgb(133,135,219); }

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

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

 span { border-color: rgb(133,135,219); }

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