Html Css Color HEX #867D9F Deluge

📋 copy color: '#867D9F'

red 134 ◦ green 125 ◦ blue 159

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

Shades of Deluge #867D9F

Tints of Deluge #867D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 32.06%
G = 29.9%
B = 38.04%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#867D9F (or 0x867D9F) is known color: Deluge. HEX triplet: 86, 7D and 9F. RGB value is (134,125,159). Sum of RGB (Red+Green+Blue) = 134+125+159=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #867D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D9F is #798260. Grayscale: #838383. Windows color (decimal): -7963233 or 10452358. OLE color: 10452358.

HSL color Cylindrical-coordinate representation of color #867D9F: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867D9F is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 125 159 -
CMYK 0.16 0.21 0 0.38
HSL 255.88º 0.15% 0.56% -
HSV(B) 255.88º 0.21% 0.62% -
XYZ 23.42 22.24 35.86 -
YUV 131.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 134 125 159 0.16 0.21 0 0.38 255.88 0.15 0.56
Hex 86 7D 9F 10 15 0 26 100 F 38
Octal 206 175 237 20 25 0 46 400 17 70
Binary 10000110 1111101 10011111 10000 10101 0 100110 100000000 1111 111000

Color Harmonies of #867D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D9F

Black with #867D9F

Text Example


Text Example

White with #867D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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