#86809B

Color #86809B Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #86809B

Tints of Deluge #86809B

Color information

#86809B (or 0x86809B) is unknown color: approx Deluge. HEX triplet: 86, 80 and 9B. RGB value is (134,128,155). Sum of RGB (Red+Green+Blue) = 134+128+155=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #86809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86809B is #797F64. Grayscale: #848484. Windows color (decimal): -7962469 or 10190982. OLE color: 10190982.

HSL color Cylindrical-coordinate representation of color #86809B: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86809B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134128155-
CMYK0.140.1700.39
HSL253.33º11.89%55.49%-
HSV(B)253.33º17.42%60.78%-
XYZ23.4722.8734.19-
YUV132.87140.49128.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=32.13%
G=30.70%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341281550.140.1700.39253.3311.8955.49
Hex86809BE11027fdc37
Octal20620023316210473751467
Binary1000011010000000100110111110100010100111111111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86809B; }

 p { color: rgb(134,128,155); }

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

<style>
 a { background-color: #86809B; }

 a { background-color: rgb(134,128,155); }

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

<style>
 span { border-color: #86809B; }

 span { border-color: rgb(134,128,155); }

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