Html Css Color HEX #8674AD Deluge

📋 copy color: '#8674AD'

red 134 ◦ green 116 ◦ blue 173

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

Shades of Deluge #8674AD

Tints of Deluge #8674AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 31.68%
G = 27.42%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8674AD (or 0x8674AD) is known color: Deluge. HEX triplet: 86, 74 and AD. RGB value is (134,116,173). Sum of RGB (Red+Green+Blue) = 134+116+173=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8674AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8674AD is #798B52. Grayscale: #7F7F7F. Windows color (decimal): -7965523 or 11367558. OLE color: 11367558.

HSL color Cylindrical-coordinate representation of color #8674AD: hue angle of 258.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8674AD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 116 173 -
CMYK 0.23 0.33 0 0.32
HSL 258.95º 0.26% 0.57% -
HSV(B) 258.95º 0.33% 0.68% -
XYZ 23.62 20.58 42.26 -
YUV 127.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 134 116 173 0.23 0.33 0 0.32 258.95 0.26 0.57
Hex 86 74 AD 17 21 0 20 103 1A 39
Octal 206 164 255 27 41 0 40 403 32 71
Binary 10000110 1110100 10101101 10111 100001 0 100000 100000011 11010 111001

Color Harmonies of #8674AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674AD

Black with #8674AD

Text Example


Text Example

White with #8674AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8674AD; }

 p { color: rgb(134,116,173); }

 H1.HeaderClassName
 {
   color: #8674AD;
 }
 .AnyTagClassName
 {
   color: #8674AD;
 }
</style>

background-color css

<style>
 a { background-color: #8674AD; }

 a { background-color: rgb(134,116,173); }

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

border-color css

<style>
 span { border-color: #8674AD; }

 span { border-color: rgb(134,116,173); }

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