Shades of Slate Blue #734BDD
Tints of Slate Blue #734BDD
RGB
CMYK
RGB Variations
Color information
#734BDD (or 0x734BDD) is known color: Slate Blue. HEX triplet: 73, 4B and DD. RGB value is (115,75,221). Sum of RGB (Red+Green+Blue) = 115+75+221=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #734BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BDD is #8CB422. Grayscale: #676767. Windows color (decimal): -9221155 or 14502771. OLE color: 14502771.
HSL color Cylindrical-coordinate representation of color #734BDD: hue angle of 256.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734BDD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 75 | 221 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.13 |
| HSL | 256.44º | 0.68% | 0.58% | - |
| HSV(B) | 256.44º | 0.66% | 0.87% | - |
| XYZ | 22.64 | 13.9 | 69.9 | - |
| YUV | 103.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 221 | 0.48 | 0.66 | 0 | 0.13 | 256.44 | 0.68 | 0.58 |
| Hex | 73 | 4B | DD | 30 | 42 | 0 | D | 100 | 44 | 3A |
| Octal | 163 | 113 | 335 | 60 | 102 | 0 | 15 | 400 | 104 | 72 |
| Binary | 1110011 | 1001011 | 11011101 | 110000 | 1000010 | 0 | 1101 | 100000000 | 1000100 | 111010 |
Color Harmonies of #734BDD
Complementary color
Monochromatic Colors of #734BDD
Black with #734BDD
Text Example
Text Example
White with #734BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BDD; }
p { color: rgb(115,75,221); }
H1.HeaderClassName
{
color: #734BDD;
}
.AnyTagClassName
{
color: #734BDD;
}
</style>
background-color css
<style>
a { background-color: #734BDD; }
a { background-color: rgb(115,75,221); }
div.DivClassName
{
background-color: #734BDD;
}
.BgClassName
{
background-color: #734BDD;
}
</style>
border-color css
<style>
span { border-color: #734BDD; }
span { border-color: rgb(115,75,221); }
td.TdClassName
{
border-color: #734BDD;
}
.TagClassName
{
border-color: #734BDD;
}
</style>