Html Css Color HEX #876BA7 Deluge

📋 copy color: '#876BA7'

red 135 ◦ green 107 ◦ blue 167

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

Shades of Deluge #876BA7

Tints of Deluge #876BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 33.01%
G = 26.16%
B = 40.83%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#876BA7 (or 0x876BA7) is known color: Deluge. HEX triplet: 87, 6B and A7. RGB value is (135,107,167). Sum of RGB (Red+Green+Blue) = 135+107+167=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #876BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BA7 is #789458. Grayscale: #7A7A7A. Windows color (decimal): -7902297 or 10972039. OLE color: 10972039.

HSL color Cylindrical-coordinate representation of color #876BA7: hue angle of 268º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876BA7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 107 167 -
CMYK 0.19 0.36 0 0.35
HSL 268º 0.25% 0.54% -
HSV(B) 268º 0.36% 0.65% -
XYZ 22.22 18.46 38.95 -
YUV 122.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 135 107 167 0.19 0.36 0 0.35 268 0.25 0.54
Hex 87 6B A7 13 24 0 23 10C 19 36
Octal 207 153 247 23 44 0 43 414 31 66
Binary 10000111 1101011 10100111 10011 100100 0 100011 100001100 11001 110110

Color Harmonies of #876BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BA7

Black with #876BA7

Text Example


Text Example

White with #876BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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