Html Css Color HEX #987386 Strikemaster

📋 copy color: '#987386'

red 152 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #987386

Tints of Strikemaster #987386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 37.91%
G = 28.68%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#987386 (or 0x987386) is known color: Strikemaster. HEX triplet: 98, 73 and 86. RGB value is (152,115,134). Sum of RGB (Red+Green+Blue) = 152+115+134=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987386 is #678C79. Grayscale: #808080. Windows color (decimal): -6786170 or 8811416. OLE color: 8811416.

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

Color convert

RGB 152 115 134 -
CMYK 0 0.24 0.12 0.40
HSL 329.19º 0.15% 0.52% -
HSV(B) 329.19º 0.24% 0.6% -
XYZ 23.38 20.66 25.31 -
YUV 128.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 152 115 134 0 0.24 0.12 0.40 329.19 0.15 0.52
Hex 98 73 86 0 18 C 28 149 F 34
Octal 230 163 206 0 30 14 50 511 17 64
Binary 10011000 1110011 10000110 0 11000 1100 101000 101001001 1111 110100

Color Harmonies of #987386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987386

Black with #987386

Text Example


Text Example

White with #987386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987386; }

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

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

background-color css

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

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

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

border-color css

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

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

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