Html Css Color HEX #8D80AB Deluge

📋 copy color: '#8D80AB'

red 141 ◦ green 128 ◦ blue 171

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

Shades of Deluge #8D80AB

Tints of Deluge #8D80AB

RGB

 RED value IS 141 (55.47% from 255) = 32.05%

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 32.05%
G = 29.09%
B = 38.86%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D80AB (or 0x8D80AB) is known color: Deluge. HEX triplet: 8D, 80 and AB. RGB value is (141,128,171). Sum of RGB (Red+Green+Blue) = 141+128+171=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D80AB is #727F54. Grayscale: #888888. Windows color (decimal): -7503701 or 11239565. OLE color: 11239565.

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

Color convert

RGB 141 128 171 -
CMYK 0.18 0.25 0 0.33
HSL 258.14º 0.2% 0.59% -
HSV(B) 258.14º 0.25% 0.67% -
XYZ 26.05 24.04 41.8 -
YUV 136.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 141 128 171 0.18 0.25 0 0.33 258.14 0.2 0.59
Hex 8D 80 AB 12 19 0 21 102 14 3B
Octal 215 200 253 22 31 0 41 402 24 73
Binary 10001101 10000000 10101011 10010 11001 0 100001 100000010 10100 111011

Color Harmonies of #8D80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D80AB

Black with #8D80AB

Text Example


Text Example

White with #8D80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,128,171); }

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

background-color css

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

 a { background-color: rgb(141,128,171); }

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

border-color css

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

 span { border-color: rgb(141,128,171); }

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