Shades of Light Slate Blue #737CF9
Tints of Light Slate Blue #737CF9
RGB
CMYK
RGB Variations
Color information
#737CF9 (or 0x737CF9) is known color: Light Slate Blue. HEX triplet: 73, 7C and F9. RGB value is (115,124,249). Sum of RGB (Red+Green+Blue) = 115+124+249=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #737CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737CF9 is #8C8306. Grayscale: #878787. Windows color (decimal): -9208583 or 16350323. OLE color: 16350323.
HSL color Cylindrical-coordinate representation of color #737CF9: hue angle of 235.97º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #737CF9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 124 | 249 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.02 |
| HSL | 235.97º | 0.92% | 0.71% | - |
| HSV(B) | 235.97º | 0.54% | 0.98% | - |
| XYZ | 31.38 | 24.9 | 92.77 | - |
| YUV | 135.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 249 | 0.54 | 0.50 | 0 | 0.02 | 235.97 | 0.92 | 0.71 |
| Hex | 73 | 7C | F9 | 36 | 32 | 0 | 2 | EC | 5C | 47 |
| Octal | 163 | 174 | 371 | 66 | 62 | 0 | 2 | 354 | 134 | 107 |
| Binary | 1110011 | 1111100 | 11111001 | 110110 | 110010 | 0 | 10 | 11101100 | 1011100 | 1000111 |
Color Harmonies of #737CF9
Complementary color
Monochromatic Colors of #737CF9
Black with #737CF9
Text Example
Text Example
White with #737CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CF9; }
p { color: rgb(115,124,249); }
H1.HeaderClassName
{
color: #737CF9;
}
.AnyTagClassName
{
color: #737CF9;
}
</style>
background-color css
<style>
a { background-color: #737CF9; }
a { background-color: rgb(115,124,249); }
div.DivClassName
{
background-color: #737CF9;
}
.BgClassName
{
background-color: #737CF9;
}
</style>
border-color css
<style>
span { border-color: #737CF9; }
span { border-color: rgb(115,124,249); }
td.TdClassName
{
border-color: #737CF9;
}
.TagClassName
{
border-color: #737CF9;
}
</style>