Html Css Color HEX #86719E Deluge

📋 copy color: '#86719E'

red 134 ◦ green 113 ◦ blue 158

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

Shades of Deluge #86719E

Tints of Deluge #86719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 33.09%
G = 27.9%
B = 39.01%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86719E (or 0x86719E) is known color: Deluge. HEX triplet: 86, 71 and 9E. RGB value is (134,113,158). Sum of RGB (Red+Green+Blue) = 134+113+158=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #86719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86719E is #798E61. Grayscale: #7C7C7C. Windows color (decimal): -7966306 or 10383750. OLE color: 10383750.

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

Color convert

RGB 134 113 158 -
CMYK 0.15 0.28 0 0.38
HSL 268º 0.19% 0.53% -
HSV(B) 268º 0.28% 0.62% -
XYZ 21.91 19.35 34.93 -
YUV 124.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 134 113 158 0.15 0.28 0 0.38 268 0.19 0.53
Hex 86 71 9E F 1C 0 26 10C 13 35
Octal 206 161 236 17 34 0 46 414 23 65
Binary 10000110 1110001 10011110 1111 11100 0 100110 100001100 10011 110101

Color Harmonies of #86719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86719E

Black with #86719E

Text Example


Text Example

White with #86719E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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