Shades of Light Slate Blue #7369FF
Tints of Light Slate Blue #7369FF
RGB
CMYK
RGB Variations
Color information
#7369FF (or 0x7369FF) is known color: Light Slate Blue. HEX triplet: 73, 69 and FF. RGB value is (115,105,255). Sum of RGB (Red+Green+Blue) = 115+105+255=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7369FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7369FF is #8C9600. Grayscale: #7C7C7C. Windows color (decimal): -9213441 or 16738675. OLE color: 16738675.
HSL color Cylindrical-coordinate representation of color #7369FF: hue angle of 244º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7369FF is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 105 | 255 | - |
| CMYK | 0.55 | 0.59 | 0 | 0 |
| HSL | 244º | 1% | 0.71% | - |
| HSV(B) | 244º | 0.59% | 1% | - |
| XYZ | 30.17 | 20.97 | 97.06 | - |
| YUV | 125.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 255 | 0.55 | 0.59 | 0 | 0 | 244 | 1 | 0.71 |
| Hex | 73 | 69 | FF | 37 | 3B | 0 | 0 | F4 | 64 | 47 |
| Octal | 163 | 151 | 377 | 67 | 73 | 0 | 0 | 364 | 144 | 107 |
| Binary | 1110011 | 1101001 | 11111111 | 110111 | 111011 | 0 | 0 | 11110100 | 1100100 | 1000111 |
Color Harmonies of #7369FF
Complementary color
Monochromatic Colors of #7369FF
Black with #7369FF
Text Example
Text Example
White with #7369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369FF; }
p { color: rgb(115,105,255); }
H1.HeaderClassName
{
color: #7369FF;
}
.AnyTagClassName
{
color: #7369FF;
}
</style>
background-color css
<style>
a { background-color: #7369FF; }
a { background-color: rgb(115,105,255); }
div.DivClassName
{
background-color: #7369FF;
}
.BgClassName
{
background-color: #7369FF;
}
</style>
border-color css
<style>
span { border-color: #7369FF; }
span { border-color: rgb(115,105,255); }
td.TdClassName
{
border-color: #7369FF;
}
.TagClassName
{
border-color: #7369FF;
}
</style>