Html Css Color HEX #876FA3 Deluge

📋 copy color: '#876FA3'

red 135 ◦ green 111 ◦ blue 163

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

Shades of Deluge #876FA3

Tints of Deluge #876FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.85%

R = 33.01%
G = 27.14%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#876FA3 (or 0x876FA3) is known color: Deluge. HEX triplet: 87, 6F and A3. RGB value is (135,111,163). Sum of RGB (Red+Green+Blue) = 135+111+163=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #876FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FA3 is #78905C. Grayscale: #7B7B7B. Windows color (decimal): -7901277 or 10710919. OLE color: 10710919.

HSL color Cylindrical-coordinate representation of color #876FA3: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876FA3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 111 163 -
CMYK 0.17 0.32 0 0.36
HSL 267.69º 0.22% 0.54% -
HSV(B) 267.69º 0.32% 0.64% -
XYZ 22.29 19.16 37.17 -
YUV 124.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 135 111 163 0.17 0.32 0 0.36 267.69 0.22 0.54
Hex 87 6F A3 11 20 0 24 10C 16 36
Octal 207 157 243 21 40 0 44 414 26 66
Binary 10000111 1101111 10100011 10001 100000 0 100100 100001100 10110 110110

Color Harmonies of #876FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FA3

Black with #876FA3

Text Example


Text Example

White with #876FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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