Html Css Color HEX #975B80 Strikemaster

📋 copy color: '#975B80'

red 151 ◦ green 91 ◦ blue 128

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

Shades of Strikemaster #975B80

Tints of Strikemaster #975B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 40.81%
G = 24.59%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#975B80 (or 0x975B80) is known color: Strikemaster. HEX triplet: 97, 5B and 80. RGB value is (151,91,128). Sum of RGB (Red+Green+Blue) = 151+91+128=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #975B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975B80 is #68A47F. Grayscale: #717171. Windows color (decimal): -6857856 or 8412055. OLE color: 8412055.

HSL color Cylindrical-coordinate representation of color #975B80: hue angle of 323º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B80 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 128 -
CMYK 0 0.40 0.15 0.41
HSL 323º 0.25% 0.47% -
HSV(B) 323º 0.4% 0.59% -
XYZ 20.4 15.62 22.36 -
YUV 113.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 151 91 128 0 0.40 0.15 0.41 323 0.25 0.47
Hex 97 5B 80 0 28 F 29 143 19 2F
Octal 227 133 200 0 50 17 51 503 31 57
Binary 10010111 1011011 10000000 0 101000 1111 101001 101000011 11001 101111

Color Harmonies of #975B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B80

Black with #975B80

Text Example


Text Example

White with #975B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975B80; }

 p { color: rgb(151,91,128); }

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

background-color css

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

 a { background-color: rgb(151,91,128); }

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

border-color css

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

 span { border-color: rgb(151,91,128); }

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