Shades of Slate Blue #7367D7
Tints of Slate Blue #7367D7
RGB
CMYK
RGB Variations
Color information
#7367D7 (or 0x7367D7) is known color: Slate Blue. HEX triplet: 73, 67 and D7. RGB value is (115,103,215). Sum of RGB (Red+Green+Blue) = 115+103+215=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #7367D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367D7 is #8C9828. Grayscale: #767676. Windows color (decimal): -9213993 or 14116723. OLE color: 14116723.
HSL color Cylindrical-coordinate representation of color #7367D7: hue angle of 246.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7367D7 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 103 | 215 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.16 |
| HSL | 246.43º | 0.58% | 0.62% | - |
| HSV(B) | 246.43º | 0.52% | 0.84% | - |
| XYZ | 24.19 | 18.25 | 66.54 | - |
| YUV | 119.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 215 | 0.47 | 0.52 | 0 | 0.16 | 246.43 | 0.58 | 0.62 |
| Hex | 73 | 67 | D7 | 2F | 34 | 0 | 10 | F6 | 3A | 3E |
| Octal | 163 | 147 | 327 | 57 | 64 | 0 | 20 | 366 | 72 | 76 |
| Binary | 1110011 | 1100111 | 11010111 | 101111 | 110100 | 0 | 10000 | 11110110 | 111010 | 111110 |
Color Harmonies of #7367D7
Complementary color
Monochromatic Colors of #7367D7
Black with #7367D7
Text Example
Text Example
White with #7367D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367D7; }
p { color: rgb(115,103,215); }
H1.HeaderClassName
{
color: #7367D7;
}
.AnyTagClassName
{
color: #7367D7;
}
</style>
background-color css
<style>
a { background-color: #7367D7; }
a { background-color: rgb(115,103,215); }
div.DivClassName
{
background-color: #7367D7;
}
.BgClassName
{
background-color: #7367D7;
}
</style>
border-color css
<style>
span { border-color: #7367D7; }
span { border-color: rgb(115,103,215); }
td.TdClassName
{
border-color: #7367D7;
}
.TagClassName
{
border-color: #7367D7;
}
</style>