Html Css Color HEX #8671AB Deluge

📋 copy color: '#8671AB'

red 134 ◦ green 113 ◦ blue 171

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

Shades of Deluge #8671AB

Tints of Deluge #8671AB

RGB

 RED value IS 134 (52.73% from 255) = 32.06%

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 32.06%
G = 27.03%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8671AB (or 0x8671AB) is known color: Deluge. HEX triplet: 86, 71 and AB. RGB value is (134,113,171). Sum of RGB (Red+Green+Blue) = 134+113+171=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8671AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8671AB is #798E54. Grayscale: #7D7D7D. Windows color (decimal): -7966293 or 11235718. OLE color: 11235718.

HSL color Cylindrical-coordinate representation of color #8671AB: hue angle of 261.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8671AB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 113 171 -
CMYK 0.22 0.34 0 0.33
HSL 261.72º 0.26% 0.56% -
HSV(B) 261.72º 0.34% 0.67% -
XYZ 23.09 19.82 41.14 -
YUV 125.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 134 113 171 0.22 0.34 0 0.33 261.72 0.26 0.56
Hex 86 71 AB 16 22 0 21 106 1A 38
Octal 206 161 253 26 42 0 41 406 32 70
Binary 10000110 1110001 10101011 10110 100010 0 100001 100000110 11010 111000

Color Harmonies of #8671AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8671AB

Black with #8671AB

Text Example


Text Example

White with #8671AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8671AB; }

 p { color: rgb(134,113,171); }

 H1.HeaderClassName
 {
   color: #8671AB;
 }
 .AnyTagClassName
 {
   color: #8671AB;
 }
</style>

background-color css

<style>
 a { background-color: #8671AB; }

 a { background-color: rgb(134,113,171); }

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

border-color css

<style>
 span { border-color: #8671AB; }

 span { border-color: rgb(134,113,171); }

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