Shades of Light Slate Blue #737AFB
Tints of Light Slate Blue #737AFB
RGB
CMYK
RGB Variations
Color information
#737AFB (or 0x737AFB) is known color: Light Slate Blue. HEX triplet: 73, 7A and FB. RGB value is (115,122,251). Sum of RGB (Red+Green+Blue) = 115+122+251=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #737AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFB is #8C8504. Grayscale: #868686. Windows color (decimal): -9209093 or 16480883. OLE color: 16480883.
HSL color Cylindrical-coordinate representation of color #737AFB: hue angle of 236.91º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #737AFB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 122 | 251 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.02 |
| HSL | 236.91º | 0.94% | 0.72% | - |
| HSV(B) | 236.91º | 0.54% | 0.98% | - |
| XYZ | 31.44 | 24.53 | 94.34 | - |
| YUV | 134.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 251 | 0.54 | 0.51 | 0 | 0.02 | 236.91 | 0.94 | 0.72 |
| Hex | 73 | 7A | FB | 36 | 33 | 0 | 2 | ED | 5E | 48 |
| Octal | 163 | 172 | 373 | 66 | 63 | 0 | 2 | 355 | 136 | 110 |
| Binary | 1110011 | 1111010 | 11111011 | 110110 | 110011 | 0 | 10 | 11101101 | 1011110 | 1001000 |
Color Harmonies of #737AFB
Complementary color
Monochromatic Colors of #737AFB
Black with #737AFB
Text Example
Text Example
White with #737AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AFB; }
p { color: rgb(115,122,251); }
H1.HeaderClassName
{
color: #737AFB;
}
.AnyTagClassName
{
color: #737AFB;
}
</style>
background-color css
<style>
a { background-color: #737AFB; }
a { background-color: rgb(115,122,251); }
div.DivClassName
{
background-color: #737AFB;
}
.BgClassName
{
background-color: #737AFB;
}
</style>
border-color css
<style>
span { border-color: #737AFB; }
span { border-color: rgb(115,122,251); }
td.TdClassName
{
border-color: #737AFB;
}
.TagClassName
{
border-color: #737AFB;
}
</style>