Shades of Slate Blue #7645D3
Tints of Slate Blue #7645D3
RGB
CMYK
RGB Variations
Color information
#7645D3 (or 0x7645D3) is known color: Slate Blue. HEX triplet: 76, 45 and D3. RGB value is (118,69,211). Sum of RGB (Red+Green+Blue) = 118+69+211=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #7645D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645D3 is #89BA2C. Grayscale: #636363. Windows color (decimal): -9026093 or 13845878. OLE color: 13845878.
HSL color Cylindrical-coordinate representation of color #7645D3: hue angle of 260.7º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7645D3 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 69 | 211 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.17 |
| HSL | 260.7º | 0.62% | 0.55% | - |
| HSV(B) | 260.7º | 0.67% | 0.83% | - |
| XYZ | 21.36 | 12.81 | 62.98 | - |
| YUV | 99.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 211 | 0.44 | 0.67 | 0 | 0.17 | 260.7 | 0.62 | 0.55 |
| Hex | 76 | 45 | D3 | 2C | 43 | 0 | 11 | 105 | 3E | 37 |
| Octal | 166 | 105 | 323 | 54 | 103 | 0 | 21 | 405 | 76 | 67 |
| Binary | 1110110 | 1000101 | 11010011 | 101100 | 1000011 | 0 | 10001 | 100000101 | 111110 | 110111 |
Color Harmonies of #7645D3
Complementary color
Monochromatic Colors of #7645D3
Black with #7645D3
Text Example
Text Example
White with #7645D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645D3; }
p { color: rgb(118,69,211); }
H1.HeaderClassName
{
color: #7645D3;
}
.AnyTagClassName
{
color: #7645D3;
}
</style>
background-color css
<style>
a { background-color: #7645D3; }
a { background-color: rgb(118,69,211); }
div.DivClassName
{
background-color: #7645D3;
}
.BgClassName
{
background-color: #7645D3;
}
</style>
border-color css
<style>
span { border-color: #7645D3; }
span { border-color: rgb(118,69,211); }
td.TdClassName
{
border-color: #7645D3;
}
.TagClassName
{
border-color: #7645D3;
}
</style>