Html Css Color HEX #985489 Strikemaster

📋 copy color: '#985489'

red 152 ◦ green 84 ◦ blue 137

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

Shades of Strikemaster #985489

Tints of Strikemaster #985489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 40.75%
G = 22.52%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985489 (or 0x985489) is known color: Strikemaster. HEX triplet: 98, 54 and 89. RGB value is (152,84,137). Sum of RGB (Red+Green+Blue) = 152+84+137=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985489 is #67AB76. Grayscale: #6E6E6E. Windows color (decimal): -6794103 or 9000088. OLE color: 9000088.

HSL color Cylindrical-coordinate representation of color #985489: hue angle of 313.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985489 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 137 -
CMYK 0 0.45 0.10 0.40
HSL 313.24º 0.29% 0.46% -
HSV(B) 313.24º 0.45% 0.6% -
XYZ 20.63 14.82 25.44 -
YUV 110.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 152 84 137 0 0.45 0.10 0.40 313.24 0.29 0.46
Hex 98 54 89 0 2D A 28 139 1D 2E
Octal 230 124 211 0 55 12 50 471 35 56
Binary 10011000 1010100 10001001 0 101101 1010 101000 100111001 11101 101110

Color Harmonies of #985489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985489

Black with #985489

Text Example


Text Example

White with #985489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985489; }

 p { color: rgb(152,84,137); }

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

background-color css

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

 a { background-color: rgb(152,84,137); }

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

border-color css

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

 span { border-color: rgb(152,84,137); }

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