Html Css Color HEX #866AAB Deluge

📋 copy color: '#866AAB'

red 134 ◦ green 106 ◦ blue 171

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

Shades of Deluge #866AAB

Tints of Deluge #866AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

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

R = 32.6%
G = 25.79%
B = 41.61%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866AAB (or 0x866AAB) is known color: Deluge. HEX triplet: 86, 6A and AB. RGB value is (134,106,171). Sum of RGB (Red+Green+Blue) = 134+106+171=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #866AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAB is #799554. Grayscale: #797979. Windows color (decimal): -7968085 or 11233926. OLE color: 11233926.

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

Color convert

RGB 134 106 171 -
CMYK 0.22 0.38 0 0.33
HSL 265.85º 0.28% 0.54% -
HSV(B) 265.85º 0.38% 0.67% -
XYZ 22.34 18.32 40.89 -
YUV 121.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 134 106 171 0.22 0.38 0 0.33 265.85 0.28 0.54
Hex 86 6A AB 16 26 0 21 10A 1C 36
Octal 206 152 253 26 46 0 41 412 34 66
Binary 10000110 1101010 10101011 10110 100110 0 100001 100001010 11100 110110

Color Harmonies of #866AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AAB

Black with #866AAB

Text Example


Text Example

White with #866AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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