Shades of Slate Blue #734FD8
Tints of Slate Blue #734FD8
RGB
CMYK
RGB Variations
Color information
#734FD8 (or 0x734FD8) is known color: Slate Blue. HEX triplet: 73, 4F and D8. RGB value is (115,79,216). Sum of RGB (Red+Green+Blue) = 115+79+216=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #734FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FD8 is #8CB027. Grayscale: #686868. Windows color (decimal): -9220136 or 14176115. OLE color: 14176115.
HSL color Cylindrical-coordinate representation of color #734FD8: hue angle of 255.77º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734FD8 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 79 | 216 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.15 |
| HSL | 255.77º | 0.64% | 0.58% | - |
| HSV(B) | 255.77º | 0.63% | 0.85% | - |
| XYZ | 22.26 | 14.19 | 66.53 | - |
| YUV | 105.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 216 | 0.47 | 0.63 | 0 | 0.15 | 255.77 | 0.64 | 0.58 |
| Hex | 73 | 4F | D8 | 2F | 3F | 0 | F | 100 | 40 | 3A |
| Octal | 163 | 117 | 330 | 57 | 77 | 0 | 17 | 400 | 100 | 72 |
| Binary | 1110011 | 1001111 | 11011000 | 101111 | 111111 | 0 | 1111 | 100000000 | 1000000 | 111010 |
Color Harmonies of #734FD8
Complementary color
Monochromatic Colors of #734FD8
Black with #734FD8
Text Example
Text Example
White with #734FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FD8; }
p { color: rgb(115,79,216); }
H1.HeaderClassName
{
color: #734FD8;
}
.AnyTagClassName
{
color: #734FD8;
}
</style>
background-color css
<style>
a { background-color: #734FD8; }
a { background-color: rgb(115,79,216); }
div.DivClassName
{
background-color: #734FD8;
}
.BgClassName
{
background-color: #734FD8;
}
</style>
border-color css
<style>
span { border-color: #734FD8; }
span { border-color: rgb(115,79,216); }
td.TdClassName
{
border-color: #734FD8;
}
.TagClassName
{
border-color: #734FD8;
}
</style>