Html Css Color HEX #985788 Strikemaster

📋 copy color: '#985788'

red 152 ◦ green 87 ◦ blue 136

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

Shades of Strikemaster #985788

Tints of Strikemaster #985788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 40.53%
G = 23.2%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985788 (or 0x985788) is known color: Strikemaster. HEX triplet: 98, 57 and 88. RGB value is (152,87,136). Sum of RGB (Red+Green+Blue) = 152+87+136=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985788 is #67A877. Grayscale: #6F6F6F. Windows color (decimal): -6793336 or 8935320. OLE color: 8935320.

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

Color convert

RGB 152 87 136 -
CMYK 0 0.43 0.11 0.40
HSL 314.77º 0.27% 0.47% -
HSV(B) 314.77º 0.43% 0.6% -
XYZ 20.8 15.27 25.14 -
YUV 112.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 152 87 136 0 0.43 0.11 0.40 314.77 0.27 0.47
Hex 98 57 88 0 2B B 28 13B 1B 2F
Octal 230 127 210 0 53 13 50 473 33 57
Binary 10011000 1010111 10001000 0 101011 1011 101000 100111011 11011 101111

Color Harmonies of #985788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985788

Black with #985788

Text Example


Text Example

White with #985788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985788; }

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

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

background-color css

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

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

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

border-color css

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

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

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