#946488

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

Shades of Strikemaster #946488

Tints of Strikemaster #946488

Color information

#946488 (or 0x946488) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 88. RGB value is (148,100,136). Sum of RGB (Red+Green+Blue) = 148+100+136=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946488 is #6B9B77. Grayscale: #767676. Windows color (decimal): -7052152 or 8938644. OLE color: 8938644.

HSL color Cylindrical-coordinate representation of color #946488: hue angle of 315º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946488 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148100136-
CMYK00.320.080.42
HSL315º19.35%48.63%-
HSV(B)315º32.43%58.04%-
XYZ21.2117.1925.49-
YUV118.46137.9149.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=38.54%
G=26.04%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810013600.320.080.4231519.3548.63
Hex94648802082A13b1331
Octal22414421004010524732361
Binary100101001100100100010000100000100010101010011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946488; }

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

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

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

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

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

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

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

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