Html Css Color HEX #86759A Deluge

📋 copy color: '#86759A'

red 134 ◦ green 117 ◦ blue 154

#86759A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #86759A

Tints of Deluge #86759A

RGB

 RED value IS 134 (52.73% from 255) = 33.09%

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 33.09%
G = 28.89%
B = 38.02%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#86759A (or 0x86759A) is known color: Deluge. HEX triplet: 86, 75 and 9A. RGB value is (134,117,154). Sum of RGB (Red+Green+Blue) = 134+117+154=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #86759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86759A is #798A65. Grayscale: #7E7E7E. Windows color (decimal): -7965286 or 10122630. OLE color: 10122630.

HSL color Cylindrical-coordinate representation of color #86759A: hue angle of 267.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86759A is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 117 154 -
CMYK 0.13 0.24 0 0.40
HSL 267.57º 0.15% 0.53% -
HSV(B) 267.57º 0.24% 0.6% -
XYZ 22.03 20.12 33.3 -
YUV 126.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 134 117 154 0.13 0.24 0 0.40 267.57 0.15 0.53
Hex 86 75 9A D 18 0 28 10C F 35
Octal 206 165 232 15 30 0 50 414 17 65
Binary 10000110 1110101 10011010 1101 11000 0 101000 100001100 1111 110101

Color Harmonies of #86759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86759A

Black with #86759A

Text Example


Text Example

White with #86759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86759A; }

 p { color: rgb(134,117,154); }

 H1.HeaderClassName
 {
   color: #86759A;
 }
 .AnyTagClassName
 {
   color: #86759A;
 }
</style>

background-color css

<style>
 a { background-color: #86759A; }

 a { background-color: rgb(134,117,154); }

 div.DivClassName
 {
   background-color: #86759A;
 }
 .BgClassName
 {
   background-color: #86759A;
 }
</style>

border-color css

<style>
 span { border-color: #86759A; }

 span { border-color: rgb(134,117,154); }

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