Html Css Color HEX #867AAE Deluge

📋 copy color: '#867AAE'

red 134 ◦ green 122 ◦ blue 174

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

Shades of Deluge #867AAE

Tints of Deluge #867AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

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

R = 31.16%
G = 28.37%
B = 40.47%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#867AAE (or 0x867AAE) is known color: Deluge. HEX triplet: 86, 7A and AE. RGB value is (134,122,174). Sum of RGB (Red+Green+Blue) = 134+122+174=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #867AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AAE is #798551. Grayscale: #838383. Windows color (decimal): -7963986 or 11434630. OLE color: 11434630.

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

Color convert

RGB 134 122 174 -
CMYK 0.23 0.30 0 0.32
HSL 253.85º 0.24% 0.58% -
HSV(B) 253.85º 0.3% 0.68% -
XYZ 24.43 22.04 43.01 -
YUV 131.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 134 122 174 0.23 0.30 0 0.32 253.85 0.24 0.58
Hex 86 7A AE 17 1E 0 20 FE 18 3A
Octal 206 172 256 27 36 0 40 376 30 72
Binary 10000110 1111010 10101110 10111 11110 0 100000 11111110 11000 111010

Color Harmonies of #867AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867AAE

Black with #867AAE

Text Example


Text Example

White with #867AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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