Html Css Color HEX #8680AA Deluge

📋 copy color: '#8680AA'

red 134 ◦ green 128 ◦ blue 170

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

Shades of Deluge #8680AA

Tints of Deluge #8680AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 31.02%
G = 29.63%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8680AA (or 0x8680AA) is known color: Deluge. HEX triplet: 86, 80 and AA. RGB value is (134,128,170). Sum of RGB (Red+Green+Blue) = 134+128+170=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8680AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8680AA is #797F55. Grayscale: #868686. Windows color (decimal): -7962454 or 11174022. OLE color: 11174022.

HSL color Cylindrical-coordinate representation of color #8680AA: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8680AA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 128 170 -
CMYK 0.21 0.25 0 0.33
HSL 248.57º 0.2% 0.58% -
HSV(B) 248.57º 0.25% 0.67% -
XYZ 24.81 23.41 41.24 -
YUV 134.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 134 128 170 0.21 0.25 0 0.33 248.57 0.2 0.58
Hex 86 80 AA 15 19 0 21 F9 14 3A
Octal 206 200 252 25 31 0 41 371 24 72
Binary 10000110 10000000 10101010 10101 11001 0 100001 11111001 10100 111010

Color Harmonies of #8680AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8680AA

Black with #8680AA

Text Example


Text Example

White with #8680AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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