Html Css Color HEX #987083 Strikemaster

📋 copy color: '#987083'

red 152 ◦ green 112 ◦ blue 131

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

Shades of Strikemaster #987083

Tints of Strikemaster #987083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 38.48%
G = 28.35%
B = 33.16%

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

#987083 (or 0x987083) is known color: Strikemaster. HEX triplet: 98, 70 and 83. RGB value is (152,112,131). Sum of RGB (Red+Green+Blue) = 152+112+131=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #987083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987083 is #678F7C. Grayscale: #7E7E7E. Windows color (decimal): -6786941 or 8614040. OLE color: 8614040.

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

Color convert

RGB 152 112 131 -
CMYK 0 0.26 0.14 0.40
HSL 331.5º 0.16% 0.52% -
HSV(B) 331.5º 0.26% 0.6% -
XYZ 22.84 19.9 24.11 -
YUV 126.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 152 112 131 0 0.26 0.14 0.40 331.5 0.16 0.52
Hex 98 70 83 0 1A E 28 14C 10 34
Octal 230 160 203 0 32 16 50 514 20 64
Binary 10011000 1110000 10000011 0 11010 1110 101000 101001100 10000 110100

Color Harmonies of #987083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987083

Black with #987083

Text Example


Text Example

White with #987083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987083; }

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

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

background-color css

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

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

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

border-color css

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

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

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