Shades of Strikemaster #8B697E
Tints of Strikemaster #8B697E
RGB
CMYK
RGB Variations
Color information
#8B697E (or 0x8B697E) is known color: Strikemaster. HEX triplet: 8B, 69 and 7E. RGB value is (139,105,126). Sum of RGB (Red+Green+Blue) = 139+105+126=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697E is #749681. Grayscale: #757575. Windows color (decimal): -7640706 or 8284555. OLE color: 8284555.
HSL color Cylindrical-coordinate representation of color #8B697E: hue angle of 322.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B697E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 126 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.45 |
| HSL | 322.94º | 0.14% | 0.48% | - |
| HSV(B) | 322.94º | 0.24% | 0.55% | - |
| XYZ | 19.46 | 17.1 | 22.01 | - |
| YUV | 117.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 126 | 0 | 0.24 | 0.09 | 0.45 | 322.94 | 0.14 | 0.48 |
| Hex | 8B | 69 | 7E | 0 | 18 | 9 | 2D | 143 | E | 30 |
| Octal | 213 | 151 | 176 | 0 | 30 | 11 | 55 | 503 | 16 | 60 |
| Binary | 10001011 | 1101001 | 1111110 | 0 | 11000 | 1001 | 101101 | 101000011 | 1110 | 110000 |
Color Harmonies of #8B697E
Complementary color
Monochromatic Colors of #8B697E
Black with #8B697E
Text Example
Text Example
White with #8B697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B697E; }
p { color: rgb(139,105,126); }
H1.HeaderClassName
{
color: #8B697E;
}
.AnyTagClassName
{
color: #8B697E;
}
</style>
background-color css
<style>
a { background-color: #8B697E; }
a { background-color: rgb(139,105,126); }
div.DivClassName
{
background-color: #8B697E;
}
.BgClassName
{
background-color: #8B697E;
}
</style>
border-color css
<style>
span { border-color: #8B697E; }
span { border-color: rgb(139,105,126); }
td.TdClassName
{
border-color: #8B697E;
}
.TagClassName
{
border-color: #8B697E;
}
</style>