Html Css Color HEX #86749F Deluge

📋 copy color: '#86749F'

red 134 ◦ green 116 ◦ blue 159

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

Shades of Deluge #86749F

Tints of Deluge #86749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 32.76%
G = 28.36%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86749F (or 0x86749F) is known color: Deluge. HEX triplet: 86, 74 and 9F. RGB value is (134,116,159). Sum of RGB (Red+Green+Blue) = 134+116+159=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #86749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86749F is #798B60. Grayscale: #7E7E7E. Windows color (decimal): -7965537 or 10450054. OLE color: 10450054.

HSL color Cylindrical-coordinate representation of color #86749F: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86749F is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 116 159 -
CMYK 0.16 0.27 0 0.38
HSL 265.12º 0.18% 0.54% -
HSV(B) 265.12º 0.27% 0.62% -
XYZ 22.33 20.06 35.5 -
YUV 126.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 134 116 159 0.16 0.27 0 0.38 265.12 0.18 0.54
Hex 86 74 9F 10 1B 0 26 109 12 36
Octal 206 164 237 20 33 0 46 411 22 66
Binary 10000110 1110100 10011111 10000 11011 0 100110 100001001 10010 110110

Color Harmonies of #86749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86749F

Black with #86749F

Text Example


Text Example

White with #86749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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