Html Css Color HEX #8982A0 Deluge

📋 copy color: '#8982A0'

red 137 ◦ green 130 ◦ blue 160

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

Shades of Deluge #8982A0

Tints of Deluge #8982A0

RGB

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

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

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

R = 32.08%
G = 30.44%
B = 37.47%

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

#8982A0 (or 0x8982A0) is known color: Deluge. HEX triplet: 89, 82 and A0. RGB value is (137,130,160). Sum of RGB (Red+Green+Blue) = 137+130+160=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #8982A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8982A0 is #767D5F. Grayscale: #878787. Windows color (decimal): -7765344 or 10519177. OLE color: 10519177.

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

Color convert

RGB 137 130 160 -
CMYK 0.14 0.19 0 0.37
HSL 254º 0.14% 0.57% -
HSV(B) 254º 0.19% 0.63% -
XYZ 24.64 23.82 36.56 -
YUV 135.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 137 130 160 0.14 0.19 0 0.37 254 0.14 0.57
Hex 89 82 A0 E 13 0 25 FE E 39
Octal 211 202 240 16 23 0 45 376 16 71
Binary 10001001 10000010 10100000 1110 10011 0 100101 11111110 1110 111001

Color Harmonies of #8982A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982A0

Black with #8982A0

Text Example


Text Example

White with #8982A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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