Html Css Color HEX #8674AE Deluge

📋 copy color: '#8674AE'

red 134 ◦ green 116 ◦ blue 174

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

Shades of Deluge #8674AE

Tints of Deluge #8674AE

RGB

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

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

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

R = 31.6%
G = 27.36%
B = 41.04%

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

#8674AE (or 0x8674AE) is known color: Deluge. HEX triplet: 86, 74 and AE. RGB value is (134,116,174). Sum of RGB (Red+Green+Blue) = 134+116+174=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8674AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8674AE is #798B51. Grayscale: #7F7F7F. Windows color (decimal): -7965522 or 11433094. OLE color: 11433094.

HSL color Cylindrical-coordinate representation of color #8674AE: hue angle of 258.62º 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 #8674AE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 116 174 -
CMYK 0.23 0.33 0 0.32
HSL 258.62º 0.26% 0.57% -
HSV(B) 258.62º 0.33% 0.68% -
XYZ 23.72 20.62 42.77 -
YUV 127.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 134 116 174 0.23 0.33 0 0.32 258.62 0.26 0.57
Hex 86 74 AE 17 21 0 20 103 1A 39
Octal 206 164 256 27 41 0 40 403 32 71
Binary 10000110 1110100 10101110 10111 100001 0 100000 100000011 11010 111001

Color Harmonies of #8674AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674AE

Black with #8674AE

Text Example


Text Example

White with #8674AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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