Html Css Color HEX #975488 Strikemaster

📋 copy color: '#975488'

red 151 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #975488

Tints of Strikemaster #975488

RGB

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

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

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

R = 40.7%
G = 22.64%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#975488 (or 0x975488) is known color: Strikemaster. HEX triplet: 97, 54 and 88. RGB value is (151,84,136). Sum of RGB (Red+Green+Blue) = 151+84+136=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975488 is #68AB77. Grayscale: #6D6D6D. Windows color (decimal): -6859640 or 8934551. OLE color: 8934551.

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

Color convert

RGB 151 84 136 -
CMYK 0 0.44 0.10 0.41
HSL 313.43º 0.29% 0.46% -
HSV(B) 313.43º 0.44% 0.59% -
XYZ 20.38 14.7 25.06 -
YUV 109.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 151 84 136 0 0.44 0.10 0.41 313.43 0.29 0.46
Hex 97 54 88 0 2C A 29 139 1D 2E
Octal 227 124 210 0 54 12 51 471 35 56
Binary 10010111 1010100 10001000 0 101100 1010 101001 100111001 11101 101110

Color Harmonies of #975488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975488

Black with #975488

Text Example


Text Example

White with #975488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975488; }

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

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

background-color css

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

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

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

border-color css

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

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

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