Html Css Color HEX #876BAA Deluge

📋 copy color: '#876BAA'

red 135 ◦ green 107 ◦ blue 170

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

Shades of Deluge #876BAA

Tints of Deluge #876BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 32.77%
G = 25.97%
B = 41.26%

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

#876BAA (or 0x876BAA) is known color: Deluge. HEX triplet: 87, 6B and AA. RGB value is (135,107,170). Sum of RGB (Red+Green+Blue) = 135+107+170=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #876BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BAA is #789455. Grayscale: #7A7A7A. Windows color (decimal): -7902294 or 11168647. OLE color: 11168647.

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

Color convert

RGB 135 107 170 -
CMYK 0.21 0.37 0 0.33
HSL 266.67º 0.27% 0.54% -
HSV(B) 266.67º 0.37% 0.67% -
XYZ 22.51 18.57 40.43 -
YUV 122.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 135 107 170 0.21 0.37 0 0.33 266.67 0.27 0.54
Hex 87 6B AA 15 25 0 21 10B 1B 36
Octal 207 153 252 25 45 0 41 413 33 66
Binary 10000111 1101011 10101010 10101 100101 0 100001 100001011 11011 110110

Color Harmonies of #876BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BAA

Black with #876BAA

Text Example


Text Example

White with #876BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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