Html Css Color HEX #8981A0 Deluge

📋 copy color: '#8981A0'

red 137 ◦ green 129 ◦ blue 160

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

Shades of Deluge #8981A0

Tints of Deluge #8981A0

RGB

 RED value IS 137 (53.91% from 255) = 32.16%

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 32.16%
G = 30.28%
B = 37.56%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8981A0 (or 0x8981A0) is known color: Deluge. HEX triplet: 89, 81 and A0. RGB value is (137,129,160). Sum of RGB (Red+Green+Blue) = 137+129+160=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #8981A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8981A0 is #767E5F. Grayscale: #868686. Windows color (decimal): -7765600 or 10518921. OLE color: 10518921.

HSL color Cylindrical-coordinate representation of color #8981A0: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8981A0 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 129 160 -
CMYK 0.14 0.19 0 0.37
HSL 255.48º 0.14% 0.57% -
HSV(B) 255.48º 0.19% 0.63% -
XYZ 24.51 23.56 36.51 -
YUV 134.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 137 129 160 0.14 0.19 0 0.37 255.48 0.14 0.57
Hex 89 81 A0 E 13 0 25 FF E 39
Octal 211 201 240 16 23 0 45 377 16 71
Binary 10001001 10000001 10100000 1110 10011 0 100101 11111111 1110 111001

Color Harmonies of #8981A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8981A0

Black with #8981A0

Text Example


Text Example

White with #8981A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8981A0; }

 p { color: rgb(137,129,160); }

 H1.HeaderClassName
 {
   color: #8981A0;
 }
 .AnyTagClassName
 {
   color: #8981A0;
 }
</style>

background-color css

<style>
 a { background-color: #8981A0; }

 a { background-color: rgb(137,129,160); }

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

border-color css

<style>
 span { border-color: #8981A0; }

 span { border-color: rgb(137,129,160); }

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