Html Css Color HEX #986487 Strikemaster

📋 copy color: '#986487'

red 152 ◦ green 100 ◦ blue 135

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

Shades of Strikemaster #986487

Tints of Strikemaster #986487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 39.28%
G = 25.84%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#986487 (or 0x986487) is known color: Strikemaster. HEX triplet: 98, 64 and 87. RGB value is (152,100,135). Sum of RGB (Red+Green+Blue) = 152+100+135=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #986487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986487 is #679B78. Grayscale: #777777. Windows color (decimal): -6790009 or 8873112. OLE color: 8873112.

HSL color Cylindrical-coordinate representation of color #986487: hue angle of 319.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986487 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 135 -
CMYK 0 0.34 0.11 0.40
HSL 319.62º 0.21% 0.49% -
HSV(B) 319.62º 0.34% 0.6% -
XYZ 21.88 17.54 25.15 -
YUV 119.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 152 100 135 0 0.34 0.11 0.40 319.62 0.21 0.49
Hex 98 64 87 0 22 B 28 140 15 31
Octal 230 144 207 0 42 13 50 500 25 61
Binary 10011000 1100100 10000111 0 100010 1011 101000 101000000 10101 110001

Color Harmonies of #986487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986487

Black with #986487

Text Example


Text Example

White with #986487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986487; }

 p { color: rgb(152,100,135); }

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

background-color css

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

 a { background-color: rgb(152,100,135); }

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

border-color css

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

 span { border-color: rgb(152,100,135); }

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