Shades of Slate Blue #7447CB
Tints of Slate Blue #7447CB
RGB
CMYK
RGB Variations
Color information
#7447CB (or 0x7447CB) is known color: Slate Blue. HEX triplet: 74, 47 and CB. RGB value is (116,71,203). Sum of RGB (Red+Green+Blue) = 116+71+203=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #7447CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447CB is #8BB834. Grayscale: #636363. Windows color (decimal): -9156661 or 13322100. OLE color: 13322100.
HSL color Cylindrical-coordinate representation of color #7447CB: hue angle of 260.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7447CB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 71 | 203 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.20 |
| HSL | 260.45º | 0.56% | 0.54% | - |
| HSV(B) | 260.45º | 0.65% | 0.8% | - |
| XYZ | 20.24 | 12.53 | 57.85 | - |
| YUV | 99.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 203 | 0.43 | 0.65 | 0 | 0.20 | 260.45 | 0.56 | 0.54 |
| Hex | 74 | 47 | CB | 2B | 41 | 0 | 14 | 104 | 38 | 36 |
| Octal | 164 | 107 | 313 | 53 | 101 | 0 | 24 | 404 | 70 | 66 |
| Binary | 1110100 | 1000111 | 11001011 | 101011 | 1000001 | 0 | 10100 | 100000100 | 111000 | 110110 |
Color Harmonies of #7447CB
Complementary color
Monochromatic Colors of #7447CB
Black with #7447CB
Text Example
Text Example
White with #7447CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447CB; }
p { color: rgb(116,71,203); }
H1.HeaderClassName
{
color: #7447CB;
}
.AnyTagClassName
{
color: #7447CB;
}
</style>
background-color css
<style>
a { background-color: #7447CB; }
a { background-color: rgb(116,71,203); }
div.DivClassName
{
background-color: #7447CB;
}
.BgClassName
{
background-color: #7447CB;
}
</style>
border-color css
<style>
span { border-color: #7447CB; }
span { border-color: rgb(116,71,203); }
td.TdClassName
{
border-color: #7447CB;
}
.TagClassName
{
border-color: #7447CB;
}
</style>