Html Css Color HEX #987085 Strikemaster

📋 copy color: '#987085'

red 152 ◦ green 112 ◦ blue 133

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

Shades of Strikemaster #987085

Tints of Strikemaster #987085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 38.29%
G = 28.21%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987085 (or 0x987085) is known color: Strikemaster. HEX triplet: 98, 70 and 85. RGB value is (152,112,133). Sum of RGB (Red+Green+Blue) = 152+112+133=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987085 is #678F7A. Grayscale: #7E7E7E. Windows color (decimal): -6786939 or 8745112. OLE color: 8745112.

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

Color convert

RGB 152 112 133 -
CMYK 0 0.26 0.13 0.40
HSL 328.5º 0.16% 0.52% -
HSV(B) 328.5º 0.26% 0.6% -
XYZ 22.98 19.96 24.83 -
YUV 126.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 152 112 133 0 0.26 0.13 0.40 328.5 0.16 0.52
Hex 98 70 85 0 1A D 28 148 10 34
Octal 230 160 205 0 32 15 50 510 20 64
Binary 10011000 1110000 10000101 0 11010 1101 101000 101001000 10000 110100

Color Harmonies of #987085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987085

Black with #987085

Text Example


Text Example

White with #987085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987085; }

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

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

background-color css

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

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

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

border-color css

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

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

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