Shades of Slate Blue #7366C9
Tints of Slate Blue #7366C9
RGB
CMYK
RGB Variations
Color information
#7366C9 (or 0x7366C9) is known color: Slate Blue. HEX triplet: 73, 66 and C9. RGB value is (115,102,201). Sum of RGB (Red+Green+Blue) = 115+102+201=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #7366C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366C9 is #8C9936. Grayscale: #747474. Windows color (decimal): -9214263 or 13198963. OLE color: 13198963.
HSL color Cylindrical-coordinate representation of color #7366C9: hue angle of 247.88º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7366C9 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 102 | 201 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.21 |
| HSL | 247.88º | 0.48% | 0.59% | - |
| HSV(B) | 247.88º | 0.49% | 0.79% | - |
| XYZ | 22.36 | 17.36 | 57.43 | - |
| YUV | 117.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 201 | 0.43 | 0.49 | 0 | 0.21 | 247.88 | 0.48 | 0.59 |
| Hex | 73 | 66 | C9 | 2B | 31 | 0 | 15 | F8 | 30 | 3B |
| Octal | 163 | 146 | 311 | 53 | 61 | 0 | 25 | 370 | 60 | 73 |
| Binary | 1110011 | 1100110 | 11001001 | 101011 | 110001 | 0 | 10101 | 11111000 | 110000 | 111011 |
Color Harmonies of #7366C9
Complementary color
Monochromatic Colors of #7366C9
Black with #7366C9
Text Example
Text Example
White with #7366C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7366C9; }
p { color: rgb(115,102,201); }
H1.HeaderClassName
{
color: #7366C9;
}
.AnyTagClassName
{
color: #7366C9;
}
</style>
background-color css
<style>
a { background-color: #7366C9; }
a { background-color: rgb(115,102,201); }
div.DivClassName
{
background-color: #7366C9;
}
.BgClassName
{
background-color: #7366C9;
}
</style>
border-color css
<style>
span { border-color: #7366C9; }
span { border-color: rgb(115,102,201); }
td.TdClassName
{
border-color: #7366C9;
}
.TagClassName
{
border-color: #7366C9;
}
</style>