Shades of Mobster #65507B
Tints of Mobster #65507B
RGB
CMYK
RGB Variations
Color information
#65507B (or 0x65507B) is known color: Mobster. HEX triplet: 65, 50 and 7B. RGB value is (101,80,123). Sum of RGB (Red+Green+Blue) = 101+80+123=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #65507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65507B is #9AAF84. Grayscale: #5B5B5B. Windows color (decimal): -10137477 or 8081509. OLE color: 8081509.
HSL color Cylindrical-coordinate representation of color #65507B: hue angle of 269.3º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65507B is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 80 | 123 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.52 |
| HSL | 269.3º | 0.21% | 0.4% | - |
| HSV(B) | 269.3º | 0.35% | 0.48% | - |
| XYZ | 11.81 | 9.93 | 20.03 | - |
| YUV | 91.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 123 | 0.18 | 0.35 | 0 | 0.52 | 269.3 | 0.21 | 0.4 |
| Hex | 65 | 50 | 7B | 12 | 23 | 0 | 34 | 10D | 15 | 28 |
| Octal | 145 | 120 | 173 | 22 | 43 | 0 | 64 | 415 | 25 | 50 |
| Binary | 1100101 | 1010000 | 1111011 | 10010 | 100011 | 0 | 110100 | 100001101 | 10101 | 101000 |
Color Harmonies of #65507B
Complementary color
Monochromatic Colors of #65507B
Black with #65507B
Text Example
Text Example
White with #65507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65507B; }
p { color: rgb(101,80,123); }
H1.HeaderClassName
{
color: #65507B;
}
.AnyTagClassName
{
color: #65507B;
}
</style>
background-color css
<style>
a { background-color: #65507B; }
a { background-color: rgb(101,80,123); }
div.DivClassName
{
background-color: #65507B;
}
.BgClassName
{
background-color: #65507B;
}
</style>
border-color css
<style>
span { border-color: #65507B; }
span { border-color: rgb(101,80,123); }
td.TdClassName
{
border-color: #65507B;
}
.TagClassName
{
border-color: #65507B;
}
</style>