Html Css Color HEX #976985 Strikemaster

📋 copy color: '#976985'

red 151 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #976985

Tints of Strikemaster #976985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 38.82%
G = 26.99%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#976985 (or 0x976985) is known color: Strikemaster. HEX triplet: 97, 69 and 85. RGB value is (151,105,133). Sum of RGB (Red+Green+Blue) = 151+105+133=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #976985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976985 is #68967A. Grayscale: #797979. Windows color (decimal): -6854267 or 8743319. OLE color: 8743319.

HSL color Cylindrical-coordinate representation of color #976985: hue angle of 323.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976985 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 133 -
CMYK 0 0.30 0.12 0.41
HSL 323.48º 0.18% 0.5% -
HSV(B) 323.48º 0.3% 0.59% -
XYZ 22.05 18.38 24.58 -
YUV 121.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 151 105 133 0 0.30 0.12 0.41 323.48 0.18 0.5
Hex 97 69 85 0 1E C 29 143 12 32
Octal 227 151 205 0 36 14 51 503 22 62
Binary 10010111 1101001 10000101 0 11110 1100 101001 101000011 10010 110010

Color Harmonies of #976985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976985

Black with #976985

Text Example


Text Example

White with #976985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976985; }

 p { color: rgb(151,105,133); }

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

background-color css

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

 a { background-color: rgb(151,105,133); }

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

border-color css

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

 span { border-color: rgb(151,105,133); }

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