Html Css Color HEX #876DB4 Deluge

📋 copy color: '#876DB4'

red 135 ◦ green 109 ◦ blue 180

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

Shades of Deluge #876DB4

Tints of Deluge #876DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 180 (70.7% from 255) = 42.45%

R = 31.84%
G = 25.71%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#876DB4 (or 0x876DB4) is known color: Deluge. HEX triplet: 87, 6D and B4. RGB value is (135,109,180). Sum of RGB (Red+Green+Blue) = 135+109+180=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #876DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DB4 is #78924B. Grayscale: #7C7C7C. Windows color (decimal): -7901772 or 11824519. OLE color: 11824519.

HSL color Cylindrical-coordinate representation of color #876DB4: hue angle of 261.97º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #876DB4 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 109 180 -
CMYK 0.25 0.39 0 0.29
HSL 261.97º 0.32% 0.57% -
HSV(B) 261.97º 0.39% 0.71% -
XYZ 23.7 19.38 45.67 -
YUV 124.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 135 109 180 0.25 0.39 0 0.29 261.97 0.32 0.57
Hex 87 6D B4 19 27 0 1D 106 20 39
Octal 207 155 264 31 47 0 35 406 40 71
Binary 10000111 1101101 10110100 11001 100111 0 11101 100000110 100000 111001

Color Harmonies of #876DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DB4

Black with #876DB4

Text Example


Text Example

White with #876DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,109,180); }

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

background-color css

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

 a { background-color: rgb(135,109,180); }

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

border-color css

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

 span { border-color: rgb(135,109,180); }

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