Html Css Color HEX #867699 Deluge

📋 copy color: '#867699'

red 134 ◦ green 118 ◦ blue 153

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

Shades of Deluge #867699

Tints of Deluge #867699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 33.09%
G = 29.14%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#867699 (or 0x867699) is known color: Deluge. HEX triplet: 86, 76 and 99. RGB value is (134,118,153). Sum of RGB (Red+Green+Blue) = 134+118+153=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #867699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867699 is #798966. Grayscale: #7E7E7E. Windows color (decimal): -7965031 or 10057350. OLE color: 10057350.

HSL color Cylindrical-coordinate representation of color #867699: hue angle of 267.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867699 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 118 153 -
CMYK 0.12 0.23 0 0.4
HSL 267.43º 0.15% 0.53% -
HSV(B) 267.43º 0.23% 0.6% -
XYZ 22.06 20.33 32.9 -
YUV 126.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 134 118 153 0.12 0.23 0 0.4 267.43 0.15 0.53
Hex 86 76 99 C 17 0 28 10B F 35
Octal 206 166 231 14 27 0 50 413 17 65
Binary 10000110 1110110 10011001 1100 10111 0 101000 100001011 1111 110101

Color Harmonies of #867699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867699

Black with #867699

Text Example


Text Example

White with #867699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867699; }

 p { color: rgb(134,118,153); }

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

background-color css

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

 a { background-color: rgb(134,118,153); }

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

border-color css

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

 span { border-color: rgb(134,118,153); }

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