Html Css Color HEX #987086 Strikemaster

📋 copy color: '#987086'

red 152 ◦ green 112 ◦ blue 134

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

Shades of Strikemaster #987086

Tints of Strikemaster #987086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 38.19%
G = 28.14%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#987086 (or 0x987086) is known color: Strikemaster. HEX triplet: 98, 70 and 86. RGB value is (152,112,134). Sum of RGB (Red+Green+Blue) = 152+112+134=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #987086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987086 is #678F79. Grayscale: #7E7E7E. Windows color (decimal): -6786938 or 8810648. OLE color: 8810648.

HSL color Cylindrical-coordinate representation of color #987086: hue angle of 327º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987086 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 134 -
CMYK 0 0.26 0.12 0.40
HSL 327º 0.16% 0.52% -
HSV(B) 327º 0.26% 0.6% -
XYZ 23.05 19.98 25.2 -
YUV 126.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 152 112 134 0 0.26 0.12 0.40 327 0.16 0.52
Hex 98 70 86 0 1A C 28 147 10 34
Octal 230 160 206 0 32 14 50 507 20 64
Binary 10011000 1110000 10000110 0 11010 1100 101000 101000111 10000 110100

Color Harmonies of #987086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987086

Black with #987086

Text Example


Text Example

White with #987086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987086; }

 p { color: rgb(152,112,134); }

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

background-color css

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

 a { background-color: rgb(152,112,134); }

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

border-color css

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

 span { border-color: rgb(152,112,134); }

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