Shades of Slate Blue #7B65CD
Tints of Slate Blue #7B65CD
RGB
CMYK
RGB Variations
Color information
#7B65CD (or 0x7B65CD) is known color: Slate Blue. HEX triplet: 7B, 65 and CD. RGB value is (123,101,205). Sum of RGB (Red+Green+Blue) = 123+101+205=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B65CD is #849A32. Grayscale: #777777. Windows color (decimal): -8690227 or 13460859. OLE color: 13460859.
HSL color Cylindrical-coordinate representation of color #7B65CD: hue angle of 252.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B65CD is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 101 | 205 | - |
| CMYK | 0.4 | 0.51 | 0 | 0.20 |
| HSL | 252.69º | 0.51% | 0.6% | - |
| HSV(B) | 252.69º | 0.51% | 0.8% | - |
| XYZ | 23.84 | 17.93 | 59.96 | - |
| YUV | 119.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 205 | 0.4 | 0.51 | 0 | 0.20 | 252.69 | 0.51 | 0.6 |
| Hex | 7B | 65 | CD | 28 | 33 | 0 | 14 | FD | 33 | 3C |
| Octal | 173 | 145 | 315 | 50 | 63 | 0 | 24 | 375 | 63 | 74 |
| Binary | 1111011 | 1100101 | 11001101 | 101000 | 110011 | 0 | 10100 | 11111101 | 110011 | 111100 |
Color Harmonies of #7B65CD
Complementary color
Monochromatic Colors of #7B65CD
Black with #7B65CD
Text Example
Text Example
White with #7B65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B65CD; }
p { color: rgb(123,101,205); }
H1.HeaderClassName
{
color: #7B65CD;
}
.AnyTagClassName
{
color: #7B65CD;
}
</style>
background-color css
<style>
a { background-color: #7B65CD; }
a { background-color: rgb(123,101,205); }
div.DivClassName
{
background-color: #7B65CD;
}
.BgClassName
{
background-color: #7B65CD;
}
</style>
border-color css
<style>
span { border-color: #7B65CD; }
span { border-color: rgb(123,101,205); }
td.TdClassName
{
border-color: #7B65CD;
}
.TagClassName
{
border-color: #7B65CD;
}
</style>