Html Css Color HEX #86759E Deluge

📋 copy color: '#86759E'

red 134 ◦ green 117 ◦ blue 158

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

Shades of Deluge #86759E

Tints of Deluge #86759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 32.76%
G = 28.61%
B = 38.63%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86759E (or 0x86759E) is known color: Deluge. HEX triplet: 86, 75 and 9E. RGB value is (134,117,158). Sum of RGB (Red+Green+Blue) = 134+117+158=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #86759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86759E is #798A61. Grayscale: #7E7E7E. Windows color (decimal): -7965282 or 10384774. OLE color: 10384774.

HSL color Cylindrical-coordinate representation of color #86759E: hue angle of 264.88º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86759E is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 117 158 -
CMYK 0.15 0.26 0 0.38
HSL 264.88º 0.17% 0.54% -
HSV(B) 264.88º 0.26% 0.62% -
XYZ 22.36 20.26 35.08 -
YUV 126.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 134 117 158 0.15 0.26 0 0.38 264.88 0.17 0.54
Hex 86 75 9E F 1A 0 26 109 11 36
Octal 206 165 236 17 32 0 46 411 21 66
Binary 10000110 1110101 10011110 1111 11010 0 100110 100001001 10001 110110

Color Harmonies of #86759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86759E

Black with #86759E

Text Example


Text Example

White with #86759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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