Html Css Color HEX #867DAC Deluge

📋 copy color: '#867DAC'

red 134 ◦ green 125 ◦ blue 172

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

Shades of Deluge #867DAC

Tints of Deluge #867DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 31.09%
G = 29%
B = 39.91%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#867DAC (or 0x867DAC) is known color: Deluge. HEX triplet: 86, 7D and AC. RGB value is (134,125,172). Sum of RGB (Red+Green+Blue) = 134+125+172=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #867DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAC is #798253. Grayscale: #848484. Windows color (decimal): -7963220 or 11304326. OLE color: 11304326.

HSL color Cylindrical-coordinate representation of color #867DAC: hue angle of 251.49º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867DAC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 125 172 -
CMYK 0.22 0.27 0 0.33
HSL 251.49º 0.22% 0.58% -
HSV(B) 251.49º 0.27% 0.67% -
XYZ 24.61 22.71 42.12 -
YUV 133.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 134 125 172 0.22 0.27 0 0.33 251.49 0.22 0.58
Hex 86 7D AC 16 1B 0 21 FB 16 3A
Octal 206 175 254 26 33 0 41 373 26 72
Binary 10000110 1111101 10101100 10110 11011 0 100001 11111011 10110 111010

Color Harmonies of #867DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DAC

Black with #867DAC

Text Example


Text Example

White with #867DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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