Shades of Slate Blue #714FCC
Tints of Slate Blue #714FCC
RGB
CMYK
RGB Variations
Color information
#714FCC (or 0x714FCC) is known color: Slate Blue. HEX triplet: 71, 4F and CC. RGB value is (113,79,204). Sum of RGB (Red+Green+Blue) = 113+79+204=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #714FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FCC is #8EB033. Grayscale: #666666. Windows color (decimal): -9351220 or 13389681. OLE color: 13389681.
HSL color Cylindrical-coordinate representation of color #714FCC: hue angle of 256.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714FCC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 79 | 204 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.2 |
| HSL | 256.32º | 0.55% | 0.55% | - |
| HSV(B) | 256.32º | 0.61% | 0.8% | - |
| XYZ | 20.51 | 13.46 | 58.64 | - |
| YUV | 103.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 204 | 0.45 | 0.61 | 0 | 0.2 | 256.32 | 0.55 | 0.55 |
| Hex | 71 | 4F | CC | 2D | 3D | 0 | 14 | 100 | 37 | 37 |
| Octal | 161 | 117 | 314 | 55 | 75 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1110001 | 1001111 | 11001100 | 101101 | 111101 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #714FCC
Complementary color
Monochromatic Colors of #714FCC
Black with #714FCC
Text Example
Text Example
White with #714FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FCC; }
p { color: rgb(113,79,204); }
H1.HeaderClassName
{
color: #714FCC;
}
.AnyTagClassName
{
color: #714FCC;
}
</style>
background-color css
<style>
a { background-color: #714FCC; }
a { background-color: rgb(113,79,204); }
div.DivClassName
{
background-color: #714FCC;
}
.BgClassName
{
background-color: #714FCC;
}
</style>
border-color css
<style>
span { border-color: #714FCC; }
span { border-color: rgb(113,79,204); }
td.TdClassName
{
border-color: #714FCC;
}
.TagClassName
{
border-color: #714FCC;
}
</style>