Html Css Color HEX #986A82 Strikemaster

📋 copy color: '#986A82'

red 152 ◦ green 106 ◦ blue 130

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

Shades of Strikemaster #986A82

Tints of Strikemaster #986A82

RGB

 RED value IS 152 (59.77% from 255) = 39.18%

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 39.18%
G = 27.32%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#986A82 (or 0x986A82) is known color: Strikemaster. HEX triplet: 98, 6A and 82. RGB value is (152,106,130). Sum of RGB (Red+Green+Blue) = 152+106+130=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #986A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A82 is #67957D. Grayscale: #7A7A7A. Windows color (decimal): -6788478 or 8546968. OLE color: 8546968.

HSL color Cylindrical-coordinate representation of color #986A82: hue angle of 328.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A82 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 106 130 -
CMYK 0 0.30 0.14 0.40
HSL 328.7º 0.18% 0.51% -
HSV(B) 328.7º 0.3% 0.6% -
XYZ 22.13 18.6 23.54 -
YUV 122.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 152 106 130 0 0.30 0.14 0.40 328.7 0.18 0.51
Hex 98 6A 82 0 1E E 28 149 12 33
Octal 230 152 202 0 36 16 50 511 22 63
Binary 10011000 1101010 10000010 0 11110 1110 101000 101001001 10010 110011

Color Harmonies of #986A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A82

Black with #986A82

Text Example


Text Example

White with #986A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986A82; }

 p { color: rgb(152,106,130); }

 H1.HeaderClassName
 {
   color: #986A82;
 }
 .AnyTagClassName
 {
   color: #986A82;
 }
</style>

background-color css

<style>
 a { background-color: #986A82; }

 a { background-color: rgb(152,106,130); }

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

border-color css

<style>
 span { border-color: #986A82; }

 span { border-color: rgb(152,106,130); }

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