Shades of Slate Blue #714FCB
Tints of Slate Blue #714FCB
RGB
CMYK
RGB Variations
Color information
#714FCB (or 0x714FCB) is known color: Slate Blue. HEX triplet: 71, 4F and CB. RGB value is (113,79,203). Sum of RGB (Red+Green+Blue) = 113+79+203=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #714FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FCB is #8EB034. Grayscale: #666666. Windows color (decimal): -9351221 or 13324145. OLE color: 13324145.
HSL color Cylindrical-coordinate representation of color #714FCB: hue angle of 256.45º degrees, saturation: 0.54, 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 #714FCB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 79 | 203 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.20 |
| HSL | 256.45º | 0.54% | 0.55% | - |
| HSV(B) | 256.45º | 0.61% | 0.8% | - |
| XYZ | 20.39 | 13.41 | 58.01 | - |
| YUV | 103.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 203 | 0.44 | 0.61 | 0 | 0.20 | 256.45 | 0.54 | 0.55 |
| Hex | 71 | 4F | CB | 2C | 3D | 0 | 14 | 100 | 36 | 37 |
| Octal | 161 | 117 | 313 | 54 | 75 | 0 | 24 | 400 | 66 | 67 |
| Binary | 1110001 | 1001111 | 11001011 | 101100 | 111101 | 0 | 10100 | 100000000 | 110110 | 110111 |
Color Harmonies of #714FCB
Complementary color
Monochromatic Colors of #714FCB
Black with #714FCB
Text Example
Text Example
White with #714FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FCB; }
p { color: rgb(113,79,203); }
H1.HeaderClassName
{
color: #714FCB;
}
.AnyTagClassName
{
color: #714FCB;
}
</style>
background-color css
<style>
a { background-color: #714FCB; }
a { background-color: rgb(113,79,203); }
div.DivClassName
{
background-color: #714FCB;
}
.BgClassName
{
background-color: #714FCB;
}
</style>
border-color css
<style>
span { border-color: #714FCB; }
span { border-color: rgb(113,79,203); }
td.TdClassName
{
border-color: #714FCB;
}
.TagClassName
{
border-color: #714FCB;
}
</style>