#946788

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

Shades of Strikemaster #946788

Tints of Strikemaster #946788

Color information

#946788 (or 0x946788) is unknown color: approx Strikemaster. HEX triplet: 94, 67 and 88. RGB value is (148,103,136). Sum of RGB (Red+Green+Blue) = 148+103+136=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #946788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946788 is #6B9877. Grayscale: #787878. Windows color (decimal): -7051384 or 8939412. OLE color: 8939412.

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

Color convert

RGB148103136-
CMYK00.300.080.42
HSL316º17.93%49.22%-
HSV(B)316º30.41%58.04%-
XYZ21.5117.7725.59-
YUV120.22136.91147.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=38.24%
G=26.61%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810313600.300.080.4231617.9349.22
Hex94678801E82A13c1231
Octal22414721003610524742261
Binary10010100110011110001000011110100010101010011110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946788; }

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

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

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

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

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

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

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

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