Html Css Color HEX #8C80AC Deluge

📋 copy color: '#8C80AC'

red 140 ◦ green 128 ◦ blue 172

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

Shades of Deluge #8C80AC

Tints of Deluge #8C80AC

RGB

 RED value IS 140 (55.08% from 255) = 31.82%

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

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

R = 31.82%
G = 29.09%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C80AC (or 0x8C80AC) is known color: Deluge. HEX triplet: 8C, 80 and AC. RGB value is (140,128,172). Sum of RGB (Red+Green+Blue) = 140+128+172=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C80AC is #737F53. Grayscale: #888888. Windows color (decimal): -7569236 or 11305100. OLE color: 11305100.

HSL color Cylindrical-coordinate representation of color #8C80AC: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C80AC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 128 172 -
CMYK 0.19 0.26 0 0.33
HSL 256.36º 0.21% 0.59% -
HSV(B) 256.36º 0.26% 0.67% -
XYZ 25.98 23.99 42.29 -
YUV 136.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 140 128 172 0.19 0.26 0 0.33 256.36 0.21 0.59
Hex 8C 80 AC 13 1A 0 21 100 15 3B
Octal 214 200 254 23 32 0 41 400 25 73
Binary 10001100 10000000 10101100 10011 11010 0 100001 100000000 10101 111011

Color Harmonies of #8C80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C80AC

Black with #8C80AC

Text Example


Text Example

White with #8C80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C80AC; }

 p { color: rgb(140,128,172); }

 H1.HeaderClassName
 {
   color: #8C80AC;
 }
 .AnyTagClassName
 {
   color: #8C80AC;
 }
</style>

background-color css

<style>
 a { background-color: #8C80AC; }

 a { background-color: rgb(140,128,172); }

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

border-color css

<style>
 span { border-color: #8C80AC; }

 span { border-color: rgb(140,128,172); }

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