Html Css Color HEX #866BAB Deluge

📋 copy color: '#866BAB'

red 134 ◦ green 107 ◦ blue 171

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

Shades of Deluge #866BAB

Tints of Deluge #866BAB

RGB

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

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

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

R = 32.52%
G = 25.97%
B = 41.5%

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

#866BAB (or 0x866BAB) is known color: Deluge. HEX triplet: 86, 6B and AB. RGB value is (134,107,171). Sum of RGB (Red+Green+Blue) = 134+107+171=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #866BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BAB is #799454. Grayscale: #7A7A7A. Windows color (decimal): -7967829 or 11234182. OLE color: 11234182.

HSL color Cylindrical-coordinate representation of color #866BAB: hue angle of 265.31º degrees, saturation: 0.28, 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 #866BAB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 107 171 -
CMYK 0.22 0.37 0 0.33
HSL 265.31º 0.28% 0.55% -
HSV(B) 265.31º 0.37% 0.67% -
XYZ 22.44 18.52 40.92 -
YUV 122.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 134 107 171 0.22 0.37 0 0.33 265.31 0.28 0.55
Hex 86 6B AB 16 25 0 21 109 1C 37
Octal 206 153 253 26 45 0 41 411 34 67
Binary 10000110 1101011 10101011 10110 100101 0 100001 100001001 11100 110111

Color Harmonies of #866BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BAB

Black with #866BAB

Text Example


Text Example

White with #866BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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