Html Css Color HEX #987384 Strikemaster

📋 copy color: '#987384'

red 152 ◦ green 115 ◦ blue 132

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

Shades of Strikemaster #987384

Tints of Strikemaster #987384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 38.1%
G = 28.82%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987384 (or 0x987384) is known color: Strikemaster. HEX triplet: 98, 73 and 84. RGB value is (152,115,132). Sum of RGB (Red+Green+Blue) = 152+115+132=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987384 is #678C7B. Grayscale: #7F7F7F. Windows color (decimal): -6786172 or 8680344. OLE color: 8680344.

HSL color Cylindrical-coordinate representation of color #987384: hue angle of 332.43º 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 #987384 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 132 -
CMYK 0 0.24 0.13 0.40
HSL 332.43º 0.15% 0.52% -
HSV(B) 332.43º 0.24% 0.6% -
XYZ 23.24 20.6 24.58 -
YUV 128 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 152 115 132 0 0.24 0.13 0.40 332.43 0.15 0.52
Hex 98 73 84 0 18 D 28 14C F 34
Octal 230 163 204 0 30 15 50 514 17 64
Binary 10011000 1110011 10000100 0 11000 1101 101000 101001100 1111 110100

Color Harmonies of #987384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987384

Black with #987384

Text Example


Text Example

White with #987384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987384; }

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

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

background-color css

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

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

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

border-color css

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

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

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