Shades of Strikemaster #85627B
Tints of Strikemaster #85627B
RGB
CMYK
RGB Variations
Color information
#85627B (or 0x85627B) is known color: Strikemaster. HEX triplet: 85, 62 and 7B. RGB value is (133,98,123). Sum of RGB (Red+Green+Blue) = 133+98+123=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85627B is #7A9D84. Grayscale: #6F6F6F. Windows color (decimal): -8035717 or 8086149. OLE color: 8086149.
HSL color Cylindrical-coordinate representation of color #85627B: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85627B is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 123 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.48 |
| HSL | 317.14º | 0.15% | 0.45% | - |
| HSV(B) | 317.14º | 0.26% | 0.52% | - |
| XYZ | 17.62 | 15.15 | 20.74 | - |
| YUV | 111.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 123 | 0 | 0.26 | 0.08 | 0.48 | 317.14 | 0.15 | 0.45 |
| Hex | 85 | 62 | 7B | 0 | 1A | 8 | 30 | 13D | F | 2D |
| Octal | 205 | 142 | 173 | 0 | 32 | 10 | 60 | 475 | 17 | 55 |
| Binary | 10000101 | 1100010 | 1111011 | 0 | 11010 | 1000 | 110000 | 100111101 | 1111 | 101101 |
Color Harmonies of #85627B
Complementary color
Monochromatic Colors of #85627B
Black with #85627B
Text Example
Text Example
White with #85627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85627B; }
p { color: rgb(133,98,123); }
H1.HeaderClassName
{
color: #85627B;
}
.AnyTagClassName
{
color: #85627B;
}
</style>
background-color css
<style>
a { background-color: #85627B; }
a { background-color: rgb(133,98,123); }
div.DivClassName
{
background-color: #85627B;
}
.BgClassName
{
background-color: #85627B;
}
</style>
border-color css
<style>
span { border-color: #85627B; }
span { border-color: rgb(133,98,123); }
td.TdClassName
{
border-color: #85627B;
}
.TagClassName
{
border-color: #85627B;
}
</style>