Html Css Color HEX #86709D Deluge

📋 copy color: '#86709D'

red 134 ◦ green 112 ◦ blue 157

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

Shades of Deluge #86709D

Tints of Deluge #86709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 33.25%
G = 27.79%
B = 38.96%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86709D (or 0x86709D) is known color: Deluge. HEX triplet: 86, 70 and 9D. RGB value is (134,112,157). Sum of RGB (Red+Green+Blue) = 134+112+157=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #86709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86709D is #798F62. Grayscale: #7B7B7B. Windows color (decimal): -7966563 or 10317958. OLE color: 10317958.

HSL color Cylindrical-coordinate representation of color #86709D: hue angle of 269.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86709D is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 112 157 -
CMYK 0.15 0.29 0 0.38
HSL 269.33º 0.19% 0.53% -
HSV(B) 269.33º 0.29% 0.62% -
XYZ 21.71 19.09 34.44 -
YUV 123.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 134 112 157 0.15 0.29 0 0.38 269.33 0.19 0.53
Hex 86 70 9D F 1D 0 26 10D 13 35
Octal 206 160 235 17 35 0 46 415 23 65
Binary 10000110 1110000 10011101 1111 11101 0 100110 100001101 10011 110101

Color Harmonies of #86709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86709D

Black with #86709D

Text Example


Text Example

White with #86709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86709D; }

 p { color: rgb(134,112,157); }

 H1.HeaderClassName
 {
   color: #86709D;
 }
 .AnyTagClassName
 {
   color: #86709D;
 }
</style>

background-color css

<style>
 a { background-color: #86709D; }

 a { background-color: rgb(134,112,157); }

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

border-color css

<style>
 span { border-color: #86709D; }

 span { border-color: rgb(134,112,157); }

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