Html Css Color HEX #8676AC Deluge

📋 copy color: '#8676AC'

red 134 ◦ green 118 ◦ blue 172

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

Shades of Deluge #8676AC

Tints of Deluge #8676AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 31.6%
G = 27.83%
B = 40.57%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8676AC (or 0x8676AC) is known color: Deluge. HEX triplet: 86, 76 and AC. RGB value is (134,118,172). Sum of RGB (Red+Green+Blue) = 134+118+172=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #8676AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8676AC is #798953. Grayscale: #808080. Windows color (decimal): -7965012 or 11302534. OLE color: 11302534.

HSL color Cylindrical-coordinate representation of color #8676AC: hue angle of 257.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8676AC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 118 172 -
CMYK 0.22 0.31 0 0.33
HSL 257.78º 0.25% 0.57% -
HSV(B) 257.78º 0.31% 0.67% -
XYZ 23.76 21 41.83 -
YUV 128.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 134 118 172 0.22 0.31 0 0.33 257.78 0.25 0.57
Hex 86 76 AC 16 1F 0 21 102 19 39
Octal 206 166 254 26 37 0 41 402 31 71
Binary 10000110 1110110 10101100 10110 11111 0 100001 100000010 11001 111001

Color Harmonies of #8676AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676AC

Black with #8676AC

Text Example


Text Example

White with #8676AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8676AC; }

 p { color: rgb(134,118,172); }

 H1.HeaderClassName
 {
   color: #8676AC;
 }
 .AnyTagClassName
 {
   color: #8676AC;
 }
</style>

background-color css

<style>
 a { background-color: #8676AC; }

 a { background-color: rgb(134,118,172); }

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

border-color css

<style>
 span { border-color: #8676AC; }

 span { border-color: rgb(134,118,172); }

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