Html Css Color HEX #876FAE Deluge

📋 copy color: '#876FAE'

red 135 ◦ green 111 ◦ blue 174

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

Shades of Deluge #876FAE

Tints of Deluge #876FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 32.14%
G = 26.43%
B = 41.43%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#876FAE (or 0x876FAE) is known color: Deluge. HEX triplet: 87, 6F and AE. RGB value is (135,111,174). Sum of RGB (Red+Green+Blue) = 135+111+174=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #876FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAE is #789051. Grayscale: #7D7D7D. Windows color (decimal): -7901266 or 11431815. OLE color: 11431815.

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

Color convert

RGB 135 111 174 -
CMYK 0.22 0.36 0 0.32
HSL 262.86º 0.28% 0.56% -
HSV(B) 262.86º 0.36% 0.68% -
XYZ 23.32 19.58 42.59 -
YUV 125.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 135 111 174 0.22 0.36 0 0.32 262.86 0.28 0.56
Hex 87 6F AE 16 24 0 20 107 1C 38
Octal 207 157 256 26 44 0 40 407 34 70
Binary 10000111 1101111 10101110 10110 100100 0 100000 100000111 11100 111000

Color Harmonies of #876FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FAE

Black with #876FAE

Text Example


Text Example

White with #876FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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