Shades of Slate Blue #734FD1
Tints of Slate Blue #734FD1
RGB
CMYK
RGB Variations
Color information
#734FD1 (or 0x734FD1) is known color: Slate Blue. HEX triplet: 73, 4F and D1. RGB value is (115,79,209). Sum of RGB (Red+Green+Blue) = 115+79+209=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #734FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FD1 is #8CB02E. Grayscale: #686868. Windows color (decimal): -9220143 or 13717363. OLE color: 13717363.
HSL color Cylindrical-coordinate representation of color #734FD1: hue angle of 256.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734FD1 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 79 | 209 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.18 |
| HSL | 256.62º | 0.59% | 0.56% | - |
| HSV(B) | 256.62º | 0.62% | 0.82% | - |
| XYZ | 21.37 | 13.84 | 61.87 | - |
| YUV | 104.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 209 | 0.45 | 0.62 | 0 | 0.18 | 256.62 | 0.59 | 0.56 |
| Hex | 73 | 4F | D1 | 2D | 3E | 0 | 12 | 101 | 3B | 38 |
| Octal | 163 | 117 | 321 | 55 | 76 | 0 | 22 | 401 | 73 | 70 |
| Binary | 1110011 | 1001111 | 11010001 | 101101 | 111110 | 0 | 10010 | 100000001 | 111011 | 111000 |
Color Harmonies of #734FD1
Complementary color
Monochromatic Colors of #734FD1
Black with #734FD1
Text Example
Text Example
White with #734FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FD1; }
p { color: rgb(115,79,209); }
H1.HeaderClassName
{
color: #734FD1;
}
.AnyTagClassName
{
color: #734FD1;
}
</style>
background-color css
<style>
a { background-color: #734FD1; }
a { background-color: rgb(115,79,209); }
div.DivClassName
{
background-color: #734FD1;
}
.BgClassName
{
background-color: #734FD1;
}
</style>
border-color css
<style>
span { border-color: #734FD1; }
span { border-color: rgb(115,79,209); }
td.TdClassName
{
border-color: #734FD1;
}
.TagClassName
{
border-color: #734FD1;
}
</style>