Html Css Color HEX #86709F Deluge

📋 copy color: '#86709F'

red 134 ◦ green 112 ◦ blue 159

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

Shades of Deluge #86709F

Tints of Deluge #86709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 33.09%
G = 27.65%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86709F (or 0x86709F) is known color: Deluge. HEX triplet: 86, 70 and 9F. RGB value is (134,112,159). Sum of RGB (Red+Green+Blue) = 134+112+159=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #86709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86709F is #798F60. Grayscale: #7B7B7B. Windows color (decimal): -7966561 or 10449030. OLE color: 10449030.

HSL color Cylindrical-coordinate representation of color #86709F: hue angle of 268.09º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86709F is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 112 159 -
CMYK 0.16 0.30 0 0.38
HSL 268.09º 0.2% 0.53% -
HSV(B) 268.09º 0.3% 0.62% -
XYZ 21.88 19.16 35.35 -
YUV 123.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 134 112 159 0.16 0.30 0 0.38 268.09 0.2 0.53
Hex 86 70 9F 10 1E 0 26 10C 14 35
Octal 206 160 237 20 36 0 46 414 24 65
Binary 10000110 1110000 10011111 10000 11110 0 100110 100001100 10100 110101

Color Harmonies of #86709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86709F

Black with #86709F

Text Example


Text Example

White with #86709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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