Html Css Color HEX #985789 Strikemaster

📋 copy color: '#985789'

red 152 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #985789

Tints of Strikemaster #985789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

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

R = 40.43%
G = 23.14%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985789 (or 0x985789) is known color: Strikemaster. HEX triplet: 98, 57 and 89. RGB value is (152,87,137). Sum of RGB (Red+Green+Blue) = 152+87+137=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #985789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985789 is #67A876. Grayscale: #707070. Windows color (decimal): -6793335 or 9000856. OLE color: 9000856.

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

Color convert

RGB 152 87 137 -
CMYK 0 0.43 0.10 0.40
HSL 313.85º 0.27% 0.47% -
HSV(B) 313.85º 0.43% 0.6% -
XYZ 20.87 15.3 25.52 -
YUV 112.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 152 87 137 0 0.43 0.10 0.40 313.85 0.27 0.47
Hex 98 57 89 0 2B A 28 13A 1B 2F
Octal 230 127 211 0 53 12 50 472 33 57
Binary 10011000 1010111 10001001 0 101011 1010 101000 100111010 11011 101111

Color Harmonies of #985789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985789

Black with #985789

Text Example


Text Example

White with #985789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985789; }

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

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

background-color css

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

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

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

border-color css

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

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

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