Shades of Slate Blue #7367C6
Tints of Slate Blue #7367C6
RGB
CMYK
RGB Variations
Color information
#7367C6 (or 0x7367C6) is known color: Slate Blue. HEX triplet: 73, 67 and C6. RGB value is (115,103,198). Sum of RGB (Red+Green+Blue) = 115+103+198=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #7367C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367C6 is #8C9839. Grayscale: #757575. Windows color (decimal): -9214010 or 13002611. OLE color: 13002611.
HSL color Cylindrical-coordinate representation of color #7367C6: hue angle of 247.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7367C6 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 103 | 198 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.22 |
| HSL | 247.58º | 0.45% | 0.59% | - |
| HSV(B) | 247.58º | 0.48% | 0.78% | - |
| XYZ | 22.11 | 17.42 | 55.62 | - |
| YUV | 117.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 198 | 0.42 | 0.48 | 0 | 0.22 | 247.58 | 0.45 | 0.59 |
| Hex | 73 | 67 | C6 | 2A | 30 | 0 | 16 | F8 | 2D | 3B |
| Octal | 163 | 147 | 306 | 52 | 60 | 0 | 26 | 370 | 55 | 73 |
| Binary | 1110011 | 1100111 | 11000110 | 101010 | 110000 | 0 | 10110 | 11111000 | 101101 | 111011 |
Color Harmonies of #7367C6
Complementary color
Monochromatic Colors of #7367C6
Black with #7367C6
Text Example
Text Example
White with #7367C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367C6; }
p { color: rgb(115,103,198); }
H1.HeaderClassName
{
color: #7367C6;
}
.AnyTagClassName
{
color: #7367C6;
}
</style>
background-color css
<style>
a { background-color: #7367C6; }
a { background-color: rgb(115,103,198); }
div.DivClassName
{
background-color: #7367C6;
}
.BgClassName
{
background-color: #7367C6;
}
</style>
border-color css
<style>
span { border-color: #7367C6; }
span { border-color: rgb(115,103,198); }
td.TdClassName
{
border-color: #7367C6;
}
.TagClassName
{
border-color: #7367C6;
}
</style>