Html Css Color HEX #976589 Strikemaster

📋 copy color: '#976589'

red 151 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #976589

Tints of Strikemaster #976589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 38.82%
G = 25.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#976589 (or 0x976589) is known color: Strikemaster. HEX triplet: 97, 65 and 89. RGB value is (151,101,137). Sum of RGB (Red+Green+Blue) = 151+101+137=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #976589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976589 is #689A76. Grayscale: #777777. Windows color (decimal): -6855287 or 9004439. OLE color: 9004439.

HSL color Cylindrical-coordinate representation of color #976589: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976589 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 137 -
CMYK 0 0.33 0.09 0.41
HSL 316.8º 0.2% 0.49% -
HSV(B) 316.8º 0.33% 0.59% -
XYZ 21.93 17.69 25.93 -
YUV 120.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 151 101 137 0 0.33 0.09 0.41 316.8 0.2 0.49
Hex 97 65 89 0 21 9 29 13D 14 31
Octal 227 145 211 0 41 11 51 475 24 61
Binary 10010111 1100101 10001001 0 100001 1001 101001 100111101 10100 110001

Color Harmonies of #976589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976589

Black with #976589

Text Example


Text Example

White with #976589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976589; }

 p { color: rgb(151,101,137); }

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

background-color css

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

 a { background-color: rgb(151,101,137); }

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

border-color css

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

 span { border-color: rgb(151,101,137); }

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