#906989

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

Shades of Strikemaster #906989

Tints of Strikemaster #906989

Color information

#906989 (or 0x906989) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 89. RGB value is (144,105,137). Sum of RGB (Red+Green+Blue) = 144+105+137=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #906989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906989 is #6F9676. Grayscale: #787878. Windows color (decimal): -7313015 or 9005456. OLE color: 9005456.

HSL color Cylindrical-coordinate representation of color #906989: hue angle of 310.77º 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 #906989 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144105137-
CMYK00.270.050.44
HSL310.77º15.66%48.82%-
HSV(B)310.77º27.08%56.47%-
XYZ21.0717.8426-
YUV120.31137.42144.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=37.31%
G=27.20%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410513700.270.050.44310.7715.6648.82
Hex90698901B52C1371031
Octal2201512110335544672061
Binary1001000011010011000100101101110110110010011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906989; }

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

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

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

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

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

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

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

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