Html Css Color HEX #86739C Deluge

📋 copy color: '#86739C'

red 134 ◦ green 115 ◦ blue 156

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

Shades of Deluge #86739C

Tints of Deluge #86739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 33.09%
G = 28.4%
B = 38.52%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86739C (or 0x86739C) is known color: Deluge. HEX triplet: 86, 73 and 9C. RGB value is (134,115,156). Sum of RGB (Red+Green+Blue) = 134+115+156=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #86739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86739C is #798C63. Grayscale: #7D7D7D. Windows color (decimal): -7965796 or 10253190. OLE color: 10253190.

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

Color convert

RGB 134 115 156 -
CMYK 0.14 0.26 0 0.39
HSL 267.8º 0.17% 0.53% -
HSV(B) 267.8º 0.26% 0.61% -
XYZ 21.96 19.73 34.1 -
YUV 125.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 134 115 156 0.14 0.26 0 0.39 267.8 0.17 0.53
Hex 86 73 9C E 1A 0 27 10C 11 35
Octal 206 163 234 16 32 0 47 414 21 65
Binary 10000110 1110011 10011100 1110 11010 0 100111 100001100 10001 110101

Color Harmonies of #86739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86739C

Black with #86739C

Text Example


Text Example

White with #86739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86739C; }

 p { color: rgb(134,115,156); }

 H1.HeaderClassName
 {
   color: #86739C;
 }
 .AnyTagClassName
 {
   color: #86739C;
 }
</style>

background-color css

<style>
 a { background-color: #86739C; }

 a { background-color: rgb(134,115,156); }

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

border-color css

<style>
 span { border-color: #86739C; }

 span { border-color: rgb(134,115,156); }

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