Html Css Color HEX #8D80AF Deluge

📋 copy color: '#8D80AF'

red 141 ◦ green 128 ◦ blue 175

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

Shades of Deluge #8D80AF

Tints of Deluge #8D80AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 31.76%
G = 28.83%
B = 39.41%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D80AF (or 0x8D80AF) is known color: Deluge. HEX triplet: 8D, 80 and AF. RGB value is (141,128,175). Sum of RGB (Red+Green+Blue) = 141+128+175=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D80AF is #727F50. Grayscale: #898989. Windows color (decimal): -7503697 or 11501709. OLE color: 11501709.

HSL color Cylindrical-coordinate representation of color #8D80AF: hue angle of 256.6º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D80AF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 128 175 -
CMYK 0.19 0.27 0 0.31
HSL 256.6º 0.23% 0.59% -
HSV(B) 256.6º 0.27% 0.69% -
XYZ 26.44 24.2 43.83 -
YUV 137.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 141 128 175 0.19 0.27 0 0.31 256.6 0.23 0.59
Hex 8D 80 AF 13 1B 0 1F 101 17 3B
Octal 215 200 257 23 33 0 37 401 27 73
Binary 10001101 10000000 10101111 10011 11011 0 11111 100000001 10111 111011

Color Harmonies of #8D80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D80AF

Black with #8D80AF

Text Example


Text Example

White with #8D80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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