Html Css Color HEX #8B80AF Deluge

📋 copy color: '#8B80AF'

red 139 ◦ green 128 ◦ blue 175

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

Shades of Deluge #8B80AF

Tints of Deluge #8B80AF

RGB

 RED value IS 139 (54.69% from 255) = 31.45%

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

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

R = 31.45%
G = 28.96%
B = 39.59%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B80AF (or 0x8B80AF) is known color: Deluge. HEX triplet: 8B, 80 and AF. RGB value is (139,128,175). Sum of RGB (Red+Green+Blue) = 139+128+175=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B80AF is #747F50. Grayscale: #888888. Windows color (decimal): -7634769 or 11501707. OLE color: 11501707.

HSL color Cylindrical-coordinate representation of color #8B80AF: hue angle of 254.04º 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 #8B80AF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 128 175 -
CMYK 0.21 0.27 0 0.31
HSL 254.04º 0.23% 0.59% -
HSV(B) 254.04º 0.27% 0.69% -
XYZ 26.1 24.02 43.82 -
YUV 136.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 139 128 175 0.21 0.27 0 0.31 254.04 0.23 0.59
Hex 8B 80 AF 15 1B 0 1F FE 17 3B
Octal 213 200 257 25 33 0 37 376 27 73
Binary 10001011 10000000 10101111 10101 11011 0 11111 11111110 10111 111011

Color Harmonies of #8B80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B80AF

Black with #8B80AF

Text Example


Text Example

White with #8B80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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