#906987

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

Shades of Strikemaster #906987

Tints of Strikemaster #906987

Color information

#906987 (or 0x906987) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 87. RGB value is (144,105,135). Sum of RGB (Red+Green+Blue) = 144+105+135=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #906987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906987 is #6F9678. Grayscale: #777777. Windows color (decimal): -7313017 or 8874384. OLE color: 8874384.

HSL color Cylindrical-coordinate representation of color #906987: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906987 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144105135-
CMYK00.270.060.44
HSL313.85º15.66%48.82%-
HSV(B)313.85º27.08%56.47%-
XYZ20.9317.7825.25-
YUV120.08136.42145.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=37.5%
G=27.34%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410513500.270.060.44313.8515.6648.82
Hex90698701B62C13a1031
Octal2201512070336544722061
Binary1001000011010011000011101101111010110010011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906987; }

 p { color: rgb(144,105,135); }

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

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

 a { background-color: rgb(144,105,135); }

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

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

 span { border-color: rgb(144,105,135); }

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