Html Css Color HEX #8982A1 Deluge

📋 copy color: '#8982A1'

red 137 ◦ green 130 ◦ blue 161

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

Shades of Deluge #8982A1

Tints of Deluge #8982A1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 32.01%
G = 30.37%
B = 37.62%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8982A1 (or 0x8982A1) is known color: Deluge. HEX triplet: 89, 82 and A1. RGB value is (137,130,161). Sum of RGB (Red+Green+Blue) = 137+130+161=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 161 - color contains mainly: blue. Hex color #8982A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8982A1 is #767D5E. Grayscale: #878787. Windows color (decimal): -7765343 or 10584713. OLE color: 10584713.

HSL color Cylindrical-coordinate representation of color #8982A1: hue angle of 253.55º 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 #8982A1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 130 161 -
CMYK 0.15 0.19 0 0.37
HSL 253.55º 0.14% 0.57% -
HSV(B) 253.55º 0.19% 0.63% -
XYZ 24.73 23.86 37.02 -
YUV 135.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 137 130 161 0.15 0.19 0 0.37 253.55 0.14 0.57
Hex 89 82 A1 F 13 0 25 FE E 39
Octal 211 202 241 17 23 0 45 376 16 71
Binary 10001001 10000010 10100001 1111 10011 0 100101 11111110 1110 111001

Color Harmonies of #8982A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982A1

Black with #8982A1

Text Example


Text Example

White with #8982A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8982A1; }

 p { color: rgb(137,130,161); }

 H1.HeaderClassName
 {
   color: #8982A1;
 }
 .AnyTagClassName
 {
   color: #8982A1;
 }
</style>

background-color css

<style>
 a { background-color: #8982A1; }

 a { background-color: rgb(137,130,161); }

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

border-color css

<style>
 span { border-color: #8982A1; }

 span { border-color: rgb(137,130,161); }

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