Html Css Color HEX #866DAB Deluge

📋 copy color: '#866DAB'

red 134 ◦ green 109 ◦ blue 171

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

Shades of Deluge #866DAB

Tints of Deluge #866DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 32.37%
G = 26.33%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866DAB (or 0x866DAB) is known color: Deluge. HEX triplet: 86, 6D and AB. RGB value is (134,109,171). Sum of RGB (Red+Green+Blue) = 134+109+171=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #866DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAB is #799254. Grayscale: #7B7B7B. Windows color (decimal): -7967317 or 11234694. OLE color: 11234694.

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

Color convert

RGB 134 109 171 -
CMYK 0.22 0.36 0 0.33
HSL 264.19º 0.27% 0.55% -
HSV(B) 264.19º 0.36% 0.67% -
XYZ 22.65 18.95 40.99 -
YUV 123.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 134 109 171 0.22 0.36 0 0.33 264.19 0.27 0.55
Hex 86 6D AB 16 24 0 21 108 1B 37
Octal 206 155 253 26 44 0 41 410 33 67
Binary 10000110 1101101 10101011 10110 100100 0 100001 100001000 11011 110111

Color Harmonies of #866DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DAB

Black with #866DAB

Text Example


Text Example

White with #866DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DAB; }

 p { color: rgb(134,109,171); }

 H1.HeaderClassName
 {
   color: #866DAB;
 }
 .AnyTagClassName
 {
   color: #866DAB;
 }
</style>

background-color css

<style>
 a { background-color: #866DAB; }

 a { background-color: rgb(134,109,171); }

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

border-color css

<style>
 span { border-color: #866DAB; }

 span { border-color: rgb(134,109,171); }

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