#92677D

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

Shades of Strikemaster #92677D

Tints of Strikemaster #92677D

Color information

#92677D (or 0x92677D) is unknown color: approx Strikemaster. HEX triplet: 92, 67 and 7D. RGB value is (146,103,125). Sum of RGB (Red+Green+Blue) = 146+103+125=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #92677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677D is #6D9882. Grayscale: #767676. Windows color (decimal): -7182467 or 8218514. OLE color: 8218514.

HSL color Cylindrical-coordinate representation of color #92677D: hue angle of 329.3º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92677D is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146103125-
CMYK00.290.140.43
HSL329.3º17.27%48.82%-
HSV(B)329.3º29.45%57.25%-
XYZ20.4117.2921.66-
YUV118.36131.75147.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=39.04%
G=27.54%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610312500.290.140.43329.317.2748.82
Hex92677D01DE2B1491131
Octal22214717503516535112161
Binary1001001011001111111101011101111010101110100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92677D; }

 p { color: rgb(146,103,125); }

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

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

 a { background-color: rgb(146,103,125); }

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

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

 span { border-color: rgb(146,103,125); }

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