Shades of Light Slate Blue #737BFA
Tints of Light Slate Blue #737BFA
RGB
CMYK
RGB Variations
Color information
#737BFA (or 0x737BFA) is known color: Light Slate Blue. HEX triplet: 73, 7B and FA. RGB value is (115,123,250). Sum of RGB (Red+Green+Blue) = 115+123+250=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #737BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737BFA is #8C8405. Grayscale: #868686. Windows color (decimal): -9208838 or 16415603. OLE color: 16415603.
HSL color Cylindrical-coordinate representation of color #737BFA: hue angle of 236.44º degrees, saturation: 0.93, 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 #737BFA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 123 | 250 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.02 |
| HSL | 236.44º | 0.93% | 0.72% | - |
| HSV(B) | 236.44º | 0.54% | 0.98% | - |
| XYZ | 31.41 | 24.71 | 93.56 | - |
| YUV | 135.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 250 | 0.54 | 0.51 | 0 | 0.02 | 236.44 | 0.93 | 0.72 |
| Hex | 73 | 7B | FA | 36 | 33 | 0 | 2 | EC | 5D | 48 |
| Octal | 163 | 173 | 372 | 66 | 63 | 0 | 2 | 354 | 135 | 110 |
| Binary | 1110011 | 1111011 | 11111010 | 110110 | 110011 | 0 | 10 | 11101100 | 1011101 | 1001000 |
Color Harmonies of #737BFA
Complementary color
Monochromatic Colors of #737BFA
Black with #737BFA
Text Example
Text Example
White with #737BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BFA; }
p { color: rgb(115,123,250); }
H1.HeaderClassName
{
color: #737BFA;
}
.AnyTagClassName
{
color: #737BFA;
}
</style>
background-color css
<style>
a { background-color: #737BFA; }
a { background-color: rgb(115,123,250); }
div.DivClassName
{
background-color: #737BFA;
}
.BgClassName
{
background-color: #737BFA;
}
</style>
border-color css
<style>
span { border-color: #737BFA; }
span { border-color: rgb(115,123,250); }
td.TdClassName
{
border-color: #737BFA;
}
.TagClassName
{
border-color: #737BFA;
}
</style>