Html Css Color HEX #985B7A Strikemaster

📋 copy color: '#985B7A'

red 152 ◦ green 91 ◦ blue 122

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

Shades of Strikemaster #985B7A

Tints of Strikemaster #985B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 41.64%
G = 24.93%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#985B7A (or 0x985B7A) is known color: Strikemaster. HEX triplet: 98, 5B and 7A. RGB value is (152,91,122). Sum of RGB (Red+Green+Blue) = 152+91+122=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7A is #67A485. Grayscale: #707070. Windows color (decimal): -6792326 or 8018840. OLE color: 8018840.

HSL color Cylindrical-coordinate representation of color #985B7A: hue angle of 329.51º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B7A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 91 122 -
CMYK 0 0.40 0.20 0.40
HSL 329.51º 0.25% 0.48% -
HSV(B) 329.51º 0.4% 0.6% -
XYZ 20.2 15.56 20.35 -
YUV 112.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 152 91 122 0 0.40 0.20 0.40 329.51 0.25 0.48
Hex 98 5B 7A 0 28 14 28 14A 19 30
Octal 230 133 172 0 50 24 50 512 31 60
Binary 10011000 1011011 1111010 0 101000 10100 101000 101001010 11001 110000

Color Harmonies of #985B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B7A

Black with #985B7A

Text Example


Text Example

White with #985B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985B7A; }

 p { color: rgb(152,91,122); }

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

background-color css

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

 a { background-color: rgb(152,91,122); }

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

border-color css

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

 span { border-color: rgb(152,91,122); }

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