Html Css Color HEX #876FB1 Deluge

📋 copy color: '#876FB1'

red 135 ◦ green 111 ◦ blue 177

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

Shades of Deluge #876FB1

Tints of Deluge #876FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 31.91%
G = 26.24%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#876FB1 (or 0x876FB1) is known color: Deluge. HEX triplet: 87, 6F and B1. RGB value is (135,111,177). Sum of RGB (Red+Green+Blue) = 135+111+177=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #876FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FB1 is #78904E. Grayscale: #7D7D7D. Windows color (decimal): -7901263 or 11628423. OLE color: 11628423.

HSL color Cylindrical-coordinate representation of color #876FB1: hue angle of 261.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876FB1 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 111 177 -
CMYK 0.24 0.37 0 0.31
HSL 261.82º 0.3% 0.56% -
HSV(B) 261.82º 0.37% 0.69% -
XYZ 23.61 19.69 44.15 -
YUV 125.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 135 111 177 0.24 0.37 0 0.31 261.82 0.3 0.56
Hex 87 6F B1 18 25 0 1F 106 1E 38
Octal 207 157 261 30 45 0 37 406 36 70
Binary 10000111 1101111 10110001 11000 100101 0 11111 100000110 11110 111000

Color Harmonies of #876FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FB1

Black with #876FB1

Text Example


Text Example

White with #876FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,177); }

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

background-color css

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

 a { background-color: rgb(135,111,177); }

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

border-color css

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

 span { border-color: rgb(135,111,177); }

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