Shades of Slate Blue #7368CA
Tints of Slate Blue #7368CA
RGB
CMYK
RGB Variations
Color information
#7368CA (or 0x7368CA) is known color: Slate Blue. HEX triplet: 73, 68 and CA. RGB value is (115,104,202). Sum of RGB (Red+Green+Blue) = 115+104+202=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7368CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368CA is #8C9735. Grayscale: #767676. Windows color (decimal): -9213750 or 13265011. OLE color: 13265011.
HSL color Cylindrical-coordinate representation of color #7368CA: hue angle of 246.73º 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 #7368CA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 104 | 202 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.21 |
| HSL | 246.73º | 0.48% | 0.6% | - |
| HSV(B) | 246.73º | 0.49% | 0.79% | - |
| XYZ | 22.68 | 17.81 | 58.12 | - |
| YUV | 118.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 202 | 0.43 | 0.49 | 0 | 0.21 | 246.73 | 0.48 | 0.6 |
| Hex | 73 | 68 | CA | 2B | 31 | 0 | 15 | F7 | 30 | 3C |
| Octal | 163 | 150 | 312 | 53 | 61 | 0 | 25 | 367 | 60 | 74 |
| Binary | 1110011 | 1101000 | 11001010 | 101011 | 110001 | 0 | 10101 | 11110111 | 110000 | 111100 |
Color Harmonies of #7368CA
Complementary color
Monochromatic Colors of #7368CA
Black with #7368CA
Text Example
Text Example
White with #7368CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368CA; }
p { color: rgb(115,104,202); }
H1.HeaderClassName
{
color: #7368CA;
}
.AnyTagClassName
{
color: #7368CA;
}
</style>
background-color css
<style>
a { background-color: #7368CA; }
a { background-color: rgb(115,104,202); }
div.DivClassName
{
background-color: #7368CA;
}
.BgClassName
{
background-color: #7368CA;
}
</style>
border-color css
<style>
span { border-color: #7368CA; }
span { border-color: rgb(115,104,202); }
td.TdClassName
{
border-color: #7368CA;
}
.TagClassName
{
border-color: #7368CA;
}
</style>