Html Css Color HEX #866CAB Deluge

📋 copy color: '#866CAB'

red 134 ◦ green 108 ◦ blue 171

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

Shades of Deluge #866CAB

Tints of Deluge #866CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

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

R = 32.45%
G = 26.15%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866CAB (or 0x866CAB) is known color: Deluge. HEX triplet: 86, 6C and AB. RGB value is (134,108,171). Sum of RGB (Red+Green+Blue) = 134+108+171=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #866CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CAB is #799354. Grayscale: #7A7A7A. Windows color (decimal): -7967573 or 11234438. OLE color: 11234438.

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

Color convert

RGB 134 108 171 -
CMYK 0.22 0.37 0 0.33
HSL 264.76º 0.27% 0.55% -
HSV(B) 264.76º 0.37% 0.67% -
XYZ 22.54 18.73 40.96 -
YUV 122.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 134 108 171 0.22 0.37 0 0.33 264.76 0.27 0.55
Hex 86 6C AB 16 25 0 21 109 1B 37
Octal 206 154 253 26 45 0 41 411 33 67
Binary 10000110 1101100 10101011 10110 100101 0 100001 100001001 11011 110111

Color Harmonies of #866CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CAB

Black with #866CAB

Text Example


Text Example

White with #866CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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