Html Css Color HEX #867BAE Deluge

📋 copy color: '#867BAE'

red 134 ◦ green 123 ◦ blue 174

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

Shades of Deluge #867BAE

Tints of Deluge #867BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

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

R = 31.09%
G = 28.54%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#867BAE (or 0x867BAE) is known color: Deluge. HEX triplet: 86, 7B and AE. RGB value is (134,123,174). Sum of RGB (Red+Green+Blue) = 134+123+174=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #867BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BAE is #798451. Grayscale: #838383. Windows color (decimal): -7963730 or 11434886. OLE color: 11434886.

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

Color convert

RGB 134 123 174 -
CMYK 0.23 0.29 0 0.32
HSL 252.94º 0.24% 0.58% -
HSV(B) 252.94º 0.29% 0.68% -
XYZ 24.55 22.29 43.05 -
YUV 132.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 134 123 174 0.23 0.29 0 0.32 252.94 0.24 0.58
Hex 86 7B AE 17 1D 0 20 FD 18 3A
Octal 206 173 256 27 35 0 40 375 30 72
Binary 10000110 1111011 10101110 10111 11101 0 100000 11111101 11000 111010

Color Harmonies of #867BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BAE

Black with #867BAE

Text Example


Text Example

White with #867BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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