#8585DB

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

Shades of Portage #8585DB

Tints of Portage #8585DB

Color information

#8585DB (or 0x8585DB) is unknown color: approx Portage. HEX triplet: 85, 85 and DB. RGB value is (133,133,219). Sum of RGB (Red+Green+Blue) = 133+133+219=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8585DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585DB is #7A7A24. Grayscale: #8E8E8E. Windows color (decimal): -8026661 or 14386565. OLE color: 14386565.

HSL color Cylindrical-coordinate representation of color #8585DB: hue angle of 240º 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 #8585DB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133133219-
CMYK0.390.3900.14
HSL240º54.43%69.02%-
HSV(B)240º39.27%85.88%-
XYZ30.8526.8870.58-
YUV142.8171121.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=27.42%
G=27.42%
B=45.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331332190.390.3900.1424054.4369.02
Hex8585DB27270Ef03645
Octal205205333474701636066105
Binary10000101100001011101101110011110011101110111100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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