Html Css Color HEX #86759B Deluge

📋 copy color: '#86759B'

red 134 ◦ green 117 ◦ blue 155

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

Shades of Deluge #86759B

Tints of Deluge #86759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 33%
G = 28.82%
B = 38.18%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86759B (or 0x86759B) is known color: Deluge. HEX triplet: 86, 75 and 9B. RGB value is (134,117,155). Sum of RGB (Red+Green+Blue) = 134+117+155=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #86759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86759B is #798A64. Grayscale: #7E7E7E. Windows color (decimal): -7965285 or 10188166. OLE color: 10188166.

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

Color convert

RGB 134 117 155 -
CMYK 0.14 0.25 0 0.39
HSL 266.84º 0.16% 0.53% -
HSV(B) 266.84º 0.25% 0.61% -
XYZ 22.11 20.16 33.74 -
YUV 126.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 134 117 155 0.14 0.25 0 0.39 266.84 0.16 0.53
Hex 86 75 9B E 19 0 27 10B 10 35
Octal 206 165 233 16 31 0 47 413 20 65
Binary 10000110 1110101 10011011 1110 11001 0 100111 100001011 10000 110101

Color Harmonies of #86759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86759B

Black with #86759B

Text Example


Text Example

White with #86759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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