Html Css Color HEX #876FAC Deluge

📋 copy color: '#876FAC'

red 135 ◦ green 111 ◦ blue 172

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

Shades of Deluge #876FAC

Tints of Deluge #876FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 32.3%
G = 26.56%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#876FAC (or 0x876FAC) is known color: Deluge. HEX triplet: 87, 6F and AC. RGB value is (135,111,172). Sum of RGB (Red+Green+Blue) = 135+111+172=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #876FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAC is #789053. Grayscale: #7C7C7C. Windows color (decimal): -7901268 or 11300743. OLE color: 11300743.

HSL color Cylindrical-coordinate representation of color #876FAC: hue angle of 263.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #876FAC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 111 172 -
CMYK 0.22 0.35 0 0.33
HSL 263.61º 0.27% 0.55% -
HSV(B) 263.61º 0.35% 0.67% -
XYZ 23.12 19.5 41.57 -
YUV 125.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 135 111 172 0.22 0.35 0 0.33 263.61 0.27 0.55
Hex 87 6F AC 16 23 0 21 108 1B 37
Octal 207 157 254 26 43 0 41 410 33 67
Binary 10000111 1101111 10101100 10110 100011 0 100001 100001000 11011 110111

Color Harmonies of #876FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FAC

Black with #876FAC

Text Example


Text Example

White with #876FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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