#98657B

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

Shades of Strikemaster #98657B

Tints of Strikemaster #98657B

Color information

#98657B (or 0x98657B) is unknown color: approx Strikemaster. HEX triplet: 98, 65 and 7B. RGB value is (152,101,123). Sum of RGB (Red+Green+Blue) = 152+101+123=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657B is #679A84. Grayscale: #767676. Windows color (decimal): -6789765 or 8086936. OLE color: 8086936.

HSL color Cylindrical-coordinate representation of color #98657B: hue angle of 334.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98657B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152101123-
CMYK00.340.190.40
HSL334.12º20.16%49.61%-
HSV(B)334.12º33.55%59.61%-
XYZ21.1817.4120.98-
YUV118.76130.4151.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=40.43%
G=26.86%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210112300.340.190.40334.1220.1649.61
Hex98657B022132814e1432
Octal23014517304223505162462
Binary100110001100101111101101000101001110100010100111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98657B; }

 p { color: rgb(152,101,123); }

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

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

 a { background-color: rgb(152,101,123); }

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

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

 span { border-color: rgb(152,101,123); }

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