Shades of Slate Blue #7365CD
Tints of Slate Blue #7365CD
RGB
CMYK
RGB Variations
Color information
#7365CD (or 0x7365CD) is known color: Slate Blue. HEX triplet: 73, 65 and CD. RGB value is (115,101,205). Sum of RGB (Red+Green+Blue) = 115+101+205=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7365CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365CD is #8C9A32. Grayscale: #747474. Windows color (decimal): -9214515 or 13460851. OLE color: 13460851.
HSL color Cylindrical-coordinate representation of color #7365CD: hue angle of 248.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7365CD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 101 | 205 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.20 |
| HSL | 248.08º | 0.51% | 0.6% | - |
| HSV(B) | 248.08º | 0.51% | 0.8% | - |
| XYZ | 22.74 | 17.36 | 59.91 | - |
| YUV | 117.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 205 | 0.44 | 0.51 | 0 | 0.20 | 248.08 | 0.51 | 0.6 |
| Hex | 73 | 65 | CD | 2C | 33 | 0 | 14 | F8 | 33 | 3C |
| Octal | 163 | 145 | 315 | 54 | 63 | 0 | 24 | 370 | 63 | 74 |
| Binary | 1110011 | 1100101 | 11001101 | 101100 | 110011 | 0 | 10100 | 11111000 | 110011 | 111100 |
Color Harmonies of #7365CD
Complementary color
Monochromatic Colors of #7365CD
Black with #7365CD
Text Example
Text Example
White with #7365CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365CD; }
p { color: rgb(115,101,205); }
H1.HeaderClassName
{
color: #7365CD;
}
.AnyTagClassName
{
color: #7365CD;
}
</style>
background-color css
<style>
a { background-color: #7365CD; }
a { background-color: rgb(115,101,205); }
div.DivClassName
{
background-color: #7365CD;
}
.BgClassName
{
background-color: #7365CD;
}
</style>
border-color css
<style>
span { border-color: #7365CD; }
span { border-color: rgb(115,101,205); }
td.TdClassName
{
border-color: #7365CD;
}
.TagClassName
{
border-color: #7365CD;
}
</style>