Html Css Color HEX #986B82 Strikemaster

📋 copy color: '#986B82'

red 152 ◦ green 107 ◦ blue 130

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

Shades of Strikemaster #986B82

Tints of Strikemaster #986B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 39.07%
G = 27.51%
B = 33.42%

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

#986B82 (or 0x986B82) is known color: Strikemaster. HEX triplet: 98, 6B and 82. RGB value is (152,107,130). Sum of RGB (Red+Green+Blue) = 152+107+130=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #986B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986B82 is #67947D. Grayscale: #7B7B7B. Windows color (decimal): -6788222 or 8547224. OLE color: 8547224.

HSL color Cylindrical-coordinate representation of color #986B82: hue angle of 329.33º 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 #986B82 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 130 -
CMYK 0 0.30 0.14 0.40
HSL 329.33º 0.18% 0.51% -
HSV(B) 329.33º 0.3% 0.6% -
XYZ 22.24 18.8 23.58 -
YUV 123.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 152 107 130 0 0.30 0.14 0.40 329.33 0.18 0.51
Hex 98 6B 82 0 1E E 28 149 12 33
Octal 230 153 202 0 36 16 50 511 22 63
Binary 10011000 1101011 10000010 0 11110 1110 101000 101001001 10010 110011

Color Harmonies of #986B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B82

Black with #986B82

Text Example


Text Example

White with #986B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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