Html Css Color HEX #976488 Strikemaster

📋 copy color: '#976488'

red 151 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #976488

Tints of Strikemaster #976488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 39.02%
G = 25.84%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#976488 (or 0x976488) is known color: Strikemaster. HEX triplet: 97, 64 and 88. RGB value is (151,100,136). Sum of RGB (Red+Green+Blue) = 151+100+136=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976488 is #689B77. Grayscale: #777777. Windows color (decimal): -6855544 or 8938647. OLE color: 8938647.

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

Color convert

RGB 151 100 136 -
CMYK 0 0.34 0.10 0.41
HSL 317.65º 0.2% 0.49% -
HSV(B) 317.65º 0.34% 0.59% -
XYZ 21.76 17.47 25.52 -
YUV 119.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 151 100 136 0 0.34 0.10 0.41 317.65 0.2 0.49
Hex 97 64 88 0 22 A 29 13E 14 31
Octal 227 144 210 0 42 12 51 476 24 61
Binary 10010111 1100100 10001000 0 100010 1010 101001 100111110 10100 110001

Color Harmonies of #976488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976488

Black with #976488

Text Example


Text Example

White with #976488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976488; }

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

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

background-color css

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

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

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

border-color css

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

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

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