Shades of Strikemaster #86657B
Tints of Strikemaster #86657B
RGB
CMYK
RGB Variations
Color information
#86657B (or 0x86657B) is known color: Strikemaster. HEX triplet: 86, 65 and 7B. RGB value is (134,101,123). Sum of RGB (Red+Green+Blue) = 134+101+123=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657B is #799A84. Grayscale: #717171. Windows color (decimal): -7969413 or 8086918. OLE color: 8086918.
HSL color Cylindrical-coordinate representation of color #86657B: hue angle of 320º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86657B is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 123 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.47 |
| HSL | 320º | 0.14% | 0.46% | - |
| HSV(B) | 320º | 0.25% | 0.53% | - |
| XYZ | 18.06 | 15.81 | 20.84 | - |
| YUV | 113.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 123 | 0 | 0.25 | 0.08 | 0.47 | 320 | 0.14 | 0.46 |
| Hex | 86 | 65 | 7B | 0 | 19 | 8 | 2F | 140 | E | 2E |
| Octal | 206 | 145 | 173 | 0 | 31 | 10 | 57 | 500 | 16 | 56 |
| Binary | 10000110 | 1100101 | 1111011 | 0 | 11001 | 1000 | 101111 | 101000000 | 1110 | 101110 |
Color Harmonies of #86657B
Complementary color
Monochromatic Colors of #86657B
Black with #86657B
Text Example
Text Example
White with #86657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86657B; }
p { color: rgb(134,101,123); }
H1.HeaderClassName
{
color: #86657B;
}
.AnyTagClassName
{
color: #86657B;
}
</style>
background-color css
<style>
a { background-color: #86657B; }
a { background-color: rgb(134,101,123); }
div.DivClassName
{
background-color: #86657B;
}
.BgClassName
{
background-color: #86657B;
}
</style>
border-color css
<style>
span { border-color: #86657B; }
span { border-color: rgb(134,101,123); }
td.TdClassName
{
border-color: #86657B;
}
.TagClassName
{
border-color: #86657B;
}
</style>