Shades of Slate Blue #7347E8
Tints of Slate Blue #7347E8
RGB
CMYK
RGB Variations
Color information
#7347E8 (or 0x7347E8) is known color: Slate Blue. HEX triplet: 73, 47 and E8. RGB value is (115,71,232). Sum of RGB (Red+Green+Blue) = 115+71+232=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #7347E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7347E8 is #8CB817. Grayscale: #656565. Windows color (decimal): -9222168 or 15222643. OLE color: 15222643.
HSL color Cylindrical-coordinate representation of color #7347E8: hue angle of 256.4º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7347E8 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 71 | 232 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.09 |
| HSL | 256.4º | 0.78% | 0.59% | - |
| HSV(B) | 256.4º | 0.69% | 0.91% | - |
| XYZ | 23.89 | 13.98 | 77.78 | - |
| YUV | 102.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 232 | 0.50 | 0.69 | 0 | 0.09 | 256.4 | 0.78 | 0.59 |
| Hex | 73 | 47 | E8 | 32 | 45 | 0 | 9 | 100 | 4E | 3B |
| Octal | 163 | 107 | 350 | 62 | 105 | 0 | 11 | 400 | 116 | 73 |
| Binary | 1110011 | 1000111 | 11101000 | 110010 | 1000101 | 0 | 1001 | 100000000 | 1001110 | 111011 |
Color Harmonies of #7347E8
Complementary color
Monochromatic Colors of #7347E8
Black with #7347E8
Text Example
Text Example
White with #7347E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347E8; }
p { color: rgb(115,71,232); }
H1.HeaderClassName
{
color: #7347E8;
}
.AnyTagClassName
{
color: #7347E8;
}
</style>
background-color css
<style>
a { background-color: #7347E8; }
a { background-color: rgb(115,71,232); }
div.DivClassName
{
background-color: #7347E8;
}
.BgClassName
{
background-color: #7347E8;
}
</style>
border-color css
<style>
span { border-color: #7347E8; }
span { border-color: rgb(115,71,232); }
td.TdClassName
{
border-color: #7347E8;
}
.TagClassName
{
border-color: #7347E8;
}
</style>