Html Css Color HEX #876BAB Deluge

📋 copy color: '#876BAB'

red 135 ◦ green 107 ◦ blue 171

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

Shades of Deluge #876BAB

Tints of Deluge #876BAB

RGB

 RED value IS 135 (53.13% from 255) = 32.69%

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

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

R = 32.69%
G = 25.91%
B = 41.4%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#876BAB (or 0x876BAB) is known color: Deluge. HEX triplet: 87, 6B and AB. RGB value is (135,107,171). Sum of RGB (Red+Green+Blue) = 135+107+171=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 107 (42.19% from 255 or 25.91% 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 #876BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BAB is #789454. Grayscale: #7A7A7A. Windows color (decimal): -7902293 or 11234183. OLE color: 11234183.

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

Color convert

RGB 135 107 171 -
CMYK 0.21 0.37 0 0.33
HSL 266.25º 0.28% 0.55% -
HSV(B) 266.25º 0.37% 0.67% -
XYZ 22.6 18.61 40.93 -
YUV 122.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 135 107 171 0.21 0.37 0 0.33 266.25 0.28 0.55
Hex 87 6B AB 15 25 0 21 10A 1C 37
Octal 207 153 253 25 45 0 41 412 34 67
Binary 10000111 1101011 10101011 10101 100101 0 100001 100001010 11100 110111

Color Harmonies of #876BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BAB

Black with #876BAB

Text Example


Text Example

White with #876BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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