Html Css Color HEX #866BAD Deluge

📋 copy color: '#866BAD'

red 134 ◦ green 107 ◦ blue 173

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

Shades of Deluge #866BAD

Tints of Deluge #866BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 32.37%
G = 25.85%
B = 41.79%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#866BAD (or 0x866BAD) is known color: Deluge. HEX triplet: 86, 6B and AD. RGB value is (134,107,173). Sum of RGB (Red+Green+Blue) = 134+107+173=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #866BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BAD is #799452. Grayscale: #7A7A7A. Windows color (decimal): -7967827 or 11365254. OLE color: 11365254.

HSL color Cylindrical-coordinate representation of color #866BAD: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866BAD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 107 173 -
CMYK 0.23 0.38 0 0.32
HSL 264.55º 0.29% 0.55% -
HSV(B) 264.55º 0.38% 0.68% -
XYZ 22.63 18.6 41.93 -
YUV 122.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 134 107 173 0.23 0.38 0 0.32 264.55 0.29 0.55
Hex 86 6B AD 17 26 0 20 109 1D 37
Octal 206 153 255 27 46 0 40 411 35 67
Binary 10000110 1101011 10101101 10111 100110 0 100000 100001001 11101 110111

Color Harmonies of #866BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BAD

Black with #866BAD

Text Example


Text Example

White with #866BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,173); }

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

background-color css

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

 a { background-color: rgb(134,107,173); }

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

border-color css

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

 span { border-color: rgb(134,107,173); }

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