Html Css Color HEX #8680AD Deluge

📋 copy color: '#8680AD'

red 134 ◦ green 128 ◦ blue 173

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

Shades of Deluge #8680AD

Tints of Deluge #8680AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 30.8%
G = 29.43%
B = 39.77%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8680AD (or 0x8680AD) is known color: Deluge. HEX triplet: 86, 80 and AD. RGB value is (134,128,173). Sum of RGB (Red+Green+Blue) = 134+128+173=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8680AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AD is #797F52. Grayscale: #868686. Windows color (decimal): -7962451 or 11370630. OLE color: 11370630.

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

Color convert

RGB 134 128 173 -
CMYK 0.23 0.26 0 0.32
HSL 248º 0.22% 0.59% -
HSV(B) 248º 0.26% 0.68% -
XYZ 25.09 23.52 42.75 -
YUV 134.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 134 128 173 0.23 0.26 0 0.32 248 0.22 0.59
Hex 86 80 AD 17 1A 0 20 F8 16 3B
Octal 206 200 255 27 32 0 40 370 26 73
Binary 10000110 10000000 10101101 10111 11010 0 100000 11111000 10110 111011

Color Harmonies of #8680AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8680AD

Black with #8680AD

Text Example


Text Example

White with #8680AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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