Html Css Color HEX #987284 Strikemaster

📋 copy color: '#987284'

red 152 ◦ green 114 ◦ blue 132

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

Shades of Strikemaster #987284

Tints of Strikemaster #987284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

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

R = 38.19%
G = 28.64%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987284 (or 0x987284) is known color: Strikemaster. HEX triplet: 98, 72 and 84. RGB value is (152,114,132). Sum of RGB (Red+Green+Blue) = 152+114+132=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #987284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987284 is #678D7B. Grayscale: #7F7F7F. Windows color (decimal): -6786428 or 8680088. OLE color: 8680088.

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

Color convert

RGB 152 114 132 -
CMYK 0 0.25 0.13 0.40
HSL 331.58º 0.16% 0.52% -
HSV(B) 331.58º 0.25% 0.6% -
XYZ 23.13 20.38 24.54 -
YUV 127.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 152 114 132 0 0.25 0.13 0.40 331.58 0.16 0.52
Hex 98 72 84 0 19 D 28 14C 10 34
Octal 230 162 204 0 31 15 50 514 20 64
Binary 10011000 1110010 10000100 0 11001 1101 101000 101001100 10000 110100

Color Harmonies of #987284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987284

Black with #987284

Text Example


Text Example

White with #987284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987284; }

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

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

background-color css

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

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

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

border-color css

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

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

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