Html Css Color HEX #867E96 Deluge

📋 copy color: '#867E96'

red 134 ◦ green 126 ◦ blue 150

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

Shades of Deluge #867E96

Tints of Deluge #867E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 32.68%
G = 30.73%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#867E96 (or 0x867E96) is known color: Deluge. HEX triplet: 86, 7E and 96. RGB value is (134,126,150). Sum of RGB (Red+Green+Blue) = 134+126+150=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #867E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E96 is #798169. Grayscale: #838383. Windows color (decimal): -7962986 or 9862790. OLE color: 9862790.

HSL color Cylindrical-coordinate representation of color #867E96: hue angle of 260º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867E96 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 126 150 -
CMYK 0.11 0.16 0 0.41
HSL 260º 0.1% 0.54% -
HSV(B) 260º 0.16% 0.59% -
XYZ 22.8 22.19 31.94 -
YUV 131.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 134 126 150 0.11 0.16 0 0.41 260 0.1 0.54
Hex 86 7E 96 B 10 0 29 104 A 36
Octal 206 176 226 13 20 0 51 404 12 66
Binary 10000110 1111110 10010110 1011 10000 0 101001 100000100 1010 110110

Color Harmonies of #867E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E96

Black with #867E96

Text Example


Text Example

White with #867E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,126,150); }

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

background-color css

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

 a { background-color: rgb(134,126,150); }

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

border-color css

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

 span { border-color: rgb(134,126,150); }

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