Html Css Color HEX #987082 Strikemaster

📋 copy color: '#987082'

red 152 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #987082

Tints of Strikemaster #987082

RGB

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

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

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

R = 38.58%
G = 28.43%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987082 (or 0x987082) is known color: Strikemaster. HEX triplet: 98, 70 and 82. RGB value is (152,112,130). Sum of RGB (Red+Green+Blue) = 152+112+130=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #987082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987082 is #678F7D. Grayscale: #7D7D7D. Windows color (decimal): -6786942 or 8548504. OLE color: 8548504.

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

Color convert

RGB 152 112 130 -
CMYK 0 0.26 0.14 0.40
HSL 333º 0.16% 0.52% -
HSV(B) 333º 0.26% 0.6% -
XYZ 22.77 19.88 23.76 -
YUV 126.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 152 112 130 0 0.26 0.14 0.40 333 0.16 0.52
Hex 98 70 82 0 1A E 28 14D 10 34
Octal 230 160 202 0 32 16 50 515 20 64
Binary 10011000 1110000 10000010 0 11010 1110 101000 101001101 10000 110100

Color Harmonies of #987082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987082

Black with #987082

Text Example


Text Example

White with #987082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987082; }

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

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

background-color css

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

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

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

border-color css

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

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

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