#906982

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

Shades of Strikemaster #906982

Tints of Strikemaster #906982

Color information

#906982 (or 0x906982) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 82. RGB value is (144,105,130). Sum of RGB (Red+Green+Blue) = 144+105+130=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #906982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906982 is #6F967D. Grayscale: #777777. Windows color (decimal): -7313022 or 8546704. OLE color: 8546704.

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

Color convert

RGB144105130-
CMYK00.270.100.44
HSL321.54º15.66%48.82%-
HSV(B)321.54º27.08%56.47%-
XYZ20.5817.6423.44-
YUV119.51133.92145.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=37.99%
G=27.70%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410513000.270.100.44321.5415.6648.82
Hex90698201BA2C1421031
Octal22015120203312545022061
Binary10010000110100110000010011011101010110010100001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906982; }

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

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

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

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

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

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

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

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