Shades of Slate Blue #7168CA
Tints of Slate Blue #7168CA
RGB
CMYK
RGB Variations
Color information
#7168CA (or 0x7168CA) is known color: Slate Blue. HEX triplet: 71, 68 and CA. RGB value is (113,104,202). Sum of RGB (Red+Green+Blue) = 113+104+202=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7168CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168CA is #8E9735. Grayscale: #757575. Windows color (decimal): -9344822 or 13265009. OLE color: 13265009.
HSL color Cylindrical-coordinate representation of color #7168CA: hue angle of 245.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7168CA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 104 | 202 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.21 |
| HSL | 245.51º | 0.48% | 0.6% | - |
| HSV(B) | 245.51º | 0.49% | 0.79% | - |
| XYZ | 22.42 | 17.68 | 58.11 | - |
| YUV | 117.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 202 | 0.44 | 0.49 | 0 | 0.21 | 245.51 | 0.48 | 0.6 |
| Hex | 71 | 68 | CA | 2C | 31 | 0 | 15 | F6 | 30 | 3C |
| Octal | 161 | 150 | 312 | 54 | 61 | 0 | 25 | 366 | 60 | 74 |
| Binary | 1110001 | 1101000 | 11001010 | 101100 | 110001 | 0 | 10101 | 11110110 | 110000 | 111100 |
Color Harmonies of #7168CA
Complementary color
Monochromatic Colors of #7168CA
Black with #7168CA
Text Example
Text Example
White with #7168CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7168CA; }
p { color: rgb(113,104,202); }
H1.HeaderClassName
{
color: #7168CA;
}
.AnyTagClassName
{
color: #7168CA;
}
</style>
background-color css
<style>
a { background-color: #7168CA; }
a { background-color: rgb(113,104,202); }
div.DivClassName
{
background-color: #7168CA;
}
.BgClassName
{
background-color: #7168CA;
}
</style>
border-color css
<style>
span { border-color: #7168CA; }
span { border-color: rgb(113,104,202); }
td.TdClassName
{
border-color: #7168CA;
}
.TagClassName
{
border-color: #7168CA;
}
</style>