#967087

Color #967087 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #967087

Tints of Strikemaster #967087

Color information

#967087 (or 0x967087) is unknown color: approx Strikemaster. HEX triplet: 96, 70 and 87. RGB value is (150,112,135). Sum of RGB (Red+Green+Blue) = 150+112+135=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967087 is #698F78. Grayscale: #7D7D7D. Windows color (decimal): -6918009 or 8876182. OLE color: 8876182.

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

Color convert

RGB150112135-
CMYK00.250.10.41
HSL323.68º15.32%51.37%-
HSV(B)323.68º25.33%58.82%-
XYZ22.7519.8225.55-
YUV125.98133.09145.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=37.78%
G=28.21%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011213500.250.10.41323.6815.3251.37
Hex967087019A29144f33
Octal22616020703112515041763
Binary1001011011100001000011101100110101010011010001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967087; }

 p { color: rgb(150,112,135); }

 H1.HeaderClassName
 {
   color: #967087;
 }
 .AnyTagClassName
 {
   color: #967087;
 }
</style>
background-color css

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

 a { background-color: rgb(150,112,135); }

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

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

 span { border-color: rgb(150,112,135); }

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