Html Css Color HEX #975788 Strikemaster

📋 copy color: '#975788'

red 151 ◦ green 87 ◦ blue 136

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

Shades of Strikemaster #975788

Tints of Strikemaster #975788

RGB

 RED value IS 151 (59.38% from 255) = 40.37%

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

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

R = 40.37%
G = 23.26%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#975788 (or 0x975788) is known color: Strikemaster. HEX triplet: 97, 57 and 88. RGB value is (151,87,136). Sum of RGB (Red+Green+Blue) = 151+87+136=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #975788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975788 is #68A877. Grayscale: #6F6F6F. Windows color (decimal): -6858872 or 8935319. OLE color: 8935319.

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

Color convert

RGB 151 87 136 -
CMYK 0 0.42 0.10 0.41
HSL 314.06º 0.27% 0.47% -
HSV(B) 314.06º 0.42% 0.59% -
XYZ 20.61 15.17 25.13 -
YUV 111.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 151 87 136 0 0.42 0.10 0.41 314.06 0.27 0.47
Hex 97 57 88 0 2A A 29 13A 1B 2F
Octal 227 127 210 0 52 12 51 472 33 57
Binary 10010111 1010111 10001000 0 101010 1010 101001 100111010 11011 101111

Color Harmonies of #975788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975788

Black with #975788

Text Example


Text Example

White with #975788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975788; }

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

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

background-color css

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

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

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

border-color css

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

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

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