Html Css Color HEX #867D9D Deluge

📋 copy color: '#867D9D'

red 134 ◦ green 125 ◦ blue 157

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

Shades of Deluge #867D9D

Tints of Deluge #867D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 32.21%
G = 30.05%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#867D9D (or 0x867D9D) is known color: Deluge. HEX triplet: 86, 7D and 9D. RGB value is (134,125,157). Sum of RGB (Red+Green+Blue) = 134+125+157=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #867D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D9D is #798262. Grayscale: #838383. Windows color (decimal): -7963235 or 10321286. OLE color: 10321286.

HSL color Cylindrical-coordinate representation of color #867D9D: hue angle of 256.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #867D9D is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 125 157 -
CMYK 0.15 0.20 0 0.38
HSL 256.88º 0.14% 0.55% -
HSV(B) 256.88º 0.2% 0.62% -
XYZ 23.25 22.17 34.95 -
YUV 131.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 134 125 157 0.15 0.20 0 0.38 256.88 0.14 0.55
Hex 86 7D 9D F 14 0 26 101 E 37
Octal 206 175 235 17 24 0 46 401 16 67
Binary 10000110 1111101 10011101 1111 10100 0 100110 100000001 1110 110111

Color Harmonies of #867D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D9D

Black with #867D9D

Text Example


Text Example

White with #867D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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