Shades of Slate Blue #7367C8
Tints of Slate Blue #7367C8
RGB
CMYK
RGB Variations
Color information
#7367C8 (or 0x7367C8) is known color: Slate Blue. HEX triplet: 73, 67 and C8. RGB value is (115,103,200). Sum of RGB (Red+Green+Blue) = 115+103+200=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #7367C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367C8 is #8C9837. Grayscale: #757575. Windows color (decimal): -9214008 or 13133683. OLE color: 13133683.
HSL color Cylindrical-coordinate representation of color #7367C8: hue angle of 247.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7367C8 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 103 | 200 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.22 |
| HSL | 247.42º | 0.47% | 0.59% | - |
| HSV(B) | 247.42º | 0.49% | 0.78% | - |
| XYZ | 22.35 | 17.52 | 56.85 | - |
| YUV | 117.65 | 174.48 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 200 | 0.42 | 0.48 | 0 | 0.22 | 247.42 | 0.47 | 0.59 |
| Hex | 73 | 67 | C8 | 2A | 30 | 0 | 16 | F7 | 2F | 3B |
| Octal | 163 | 147 | 310 | 52 | 60 | 0 | 26 | 367 | 57 | 73 |
| Binary | 1110011 | 1100111 | 11001000 | 101010 | 110000 | 0 | 10110 | 11110111 | 101111 | 111011 |
Color Harmonies of #7367C8
Complementary color
Monochromatic Colors of #7367C8
Black with #7367C8
Text Example
Text Example
White with #7367C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367C8; }
p { color: rgb(115,103,200); }
H1.HeaderClassName
{
color: #7367C8;
}
.AnyTagClassName
{
color: #7367C8;
}
</style>
background-color css
<style>
a { background-color: #7367C8; }
a { background-color: rgb(115,103,200); }
div.DivClassName
{
background-color: #7367C8;
}
.BgClassName
{
background-color: #7367C8;
}
</style>
border-color css
<style>
span { border-color: #7367C8; }
span { border-color: rgb(115,103,200); }
td.TdClassName
{
border-color: #7367C8;
}
.TagClassName
{
border-color: #7367C8;
}
</style>