Shades of Slate Blue #7348CC
Tints of Slate Blue #7348CC
RGB
CMYK
RGB Variations
Color information
#7348CC (or 0x7348CC) is known color: Slate Blue. HEX triplet: 73, 48 and CC. RGB value is (115,72,204). Sum of RGB (Red+Green+Blue) = 115+72+204=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #7348CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348CC is #8CB733. Grayscale: #636363. Windows color (decimal): -9221940 or 13387891. OLE color: 13387891.
HSL color Cylindrical-coordinate representation of color #7348CC: hue angle of 259.55º 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 #7348CC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 72 | 204 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.2 |
| HSL | 259.55º | 0.56% | 0.54% | - |
| HSV(B) | 259.55º | 0.65% | 0.8% | - |
| XYZ | 20.29 | 12.64 | 58.5 | - |
| YUV | 99.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 204 | 0.44 | 0.65 | 0 | 0.2 | 259.55 | 0.56 | 0.54 |
| Hex | 73 | 48 | CC | 2C | 41 | 0 | 14 | 104 | 38 | 36 |
| Octal | 163 | 110 | 314 | 54 | 101 | 0 | 24 | 404 | 70 | 66 |
| Binary | 1110011 | 1001000 | 11001100 | 101100 | 1000001 | 0 | 10100 | 100000100 | 111000 | 110110 |
Color Harmonies of #7348CC
Complementary color
Monochromatic Colors of #7348CC
Black with #7348CC
Text Example
Text Example
White with #7348CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7348CC; }
p { color: rgb(115,72,204); }
H1.HeaderClassName
{
color: #7348CC;
}
.AnyTagClassName
{
color: #7348CC;
}
</style>
background-color css
<style>
a { background-color: #7348CC; }
a { background-color: rgb(115,72,204); }
div.DivClassName
{
background-color: #7348CC;
}
.BgClassName
{
background-color: #7348CC;
}
</style>
border-color css
<style>
span { border-color: #7348CC; }
span { border-color: rgb(115,72,204); }
td.TdClassName
{
border-color: #7348CC;
}
.TagClassName
{
border-color: #7348CC;
}
</style>