Shades of Slate Blue #714CDD
Tints of Slate Blue #714CDD
RGB
CMYK
RGB Variations
Color information
#714CDD (or 0x714CDD) is known color: Slate Blue. HEX triplet: 71, 4C and DD. RGB value is (113,76,221). Sum of RGB (Red+Green+Blue) = 113+76+221=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #714CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDD is #8EB322. Grayscale: #676767. Windows color (decimal): -9351971 or 14503025. OLE color: 14503025.
HSL color Cylindrical-coordinate representation of color #714CDD: hue angle of 255.31º 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 #714CDD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 76 | 221 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.13 |
| HSL | 255.31º | 0.68% | 0.58% | - |
| HSV(B) | 255.31º | 0.66% | 0.87% | - |
| XYZ | 22.45 | 13.9 | 69.91 | - |
| YUV | 103.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 221 | 0.49 | 0.66 | 0 | 0.13 | 255.31 | 0.68 | 0.58 |
| Hex | 71 | 4C | DD | 31 | 42 | 0 | D | FF | 44 | 3A |
| Octal | 161 | 114 | 335 | 61 | 102 | 0 | 15 | 377 | 104 | 72 |
| Binary | 1110001 | 1001100 | 11011101 | 110001 | 1000010 | 0 | 1101 | 11111111 | 1000100 | 111010 |
Color Harmonies of #714CDD
Complementary color
Monochromatic Colors of #714CDD
Black with #714CDD
Text Example
Text Example
White with #714CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CDD; }
p { color: rgb(113,76,221); }
H1.HeaderClassName
{
color: #714CDD;
}
.AnyTagClassName
{
color: #714CDD;
}
</style>
background-color css
<style>
a { background-color: #714CDD; }
a { background-color: rgb(113,76,221); }
div.DivClassName
{
background-color: #714CDD;
}
.BgClassName
{
background-color: #714CDD;
}
</style>
border-color css
<style>
span { border-color: #714CDD; }
span { border-color: rgb(113,76,221); }
td.TdClassName
{
border-color: #714CDD;
}
.TagClassName
{
border-color: #714CDD;
}
</style>