Html Css Color HEX #867399 Deluge

📋 copy color: '#867399'

red 134 ◦ green 115 ◦ blue 153

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

Shades of Deluge #867399

Tints of Deluge #867399

RGB

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

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

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

R = 33.33%
G = 28.61%
B = 38.06%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#867399 (or 0x867399) is known color: Deluge. HEX triplet: 86, 73 and 99. RGB value is (134,115,153). Sum of RGB (Red+Green+Blue) = 134+115+153=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #867399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867399 is #798C66. Grayscale: #7C7C7C. Windows color (decimal): -7965799 or 10056582. OLE color: 10056582.

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

Color convert

RGB 134 115 153 -
CMYK 0.12 0.25 0 0.4
HSL 270º 0.16% 0.53% -
HSV(B) 270º 0.25% 0.6% -
XYZ 21.71 19.63 32.78 -
YUV 125.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 134 115 153 0.12 0.25 0 0.4 270 0.16 0.53
Hex 86 73 99 C 19 0 28 10E 10 35
Octal 206 163 231 14 31 0 50 416 20 65
Binary 10000110 1110011 10011001 1100 11001 0 101000 100001110 10000 110101

Color Harmonies of #867399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867399

Black with #867399

Text Example


Text Example

White with #867399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867399; }

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

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

background-color css

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

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

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

border-color css

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

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

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