Html Css Color HEX #867EAE Deluge

📋 copy color: '#867EAE'

red 134 ◦ green 126 ◦ blue 174

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

Shades of Deluge #867EAE

Tints of Deluge #867EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 30.88%
G = 29.03%
B = 40.09%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#867EAE (or 0x867EAE) is known color: Deluge. HEX triplet: 86, 7E and AE. RGB value is (134,126,174). Sum of RGB (Red+Green+Blue) = 134+126+174=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #867EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EAE is #798151. Grayscale: #858585. Windows color (decimal): -7962962 or 11435654. OLE color: 11435654.

HSL color Cylindrical-coordinate representation of color #867EAE: hue angle of 250º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867EAE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 126 174 -
CMYK 0.23 0.28 0 0.32
HSL 250º 0.23% 0.59% -
HSV(B) 250º 0.28% 0.68% -
XYZ 24.93 23.05 43.18 -
YUV 133.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 134 126 174 0.23 0.28 0 0.32 250 0.23 0.59
Hex 86 7E AE 17 1C 0 20 FA 17 3B
Octal 206 176 256 27 34 0 40 372 27 73
Binary 10000110 1111110 10101110 10111 11100 0 100000 11111010 10111 111011

Color Harmonies of #867EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EAE

Black with #867EAE

Text Example


Text Example

White with #867EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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