Shades of Light Slate Blue #737EFA
Tints of Light Slate Blue #737EFA
RGB
CMYK
RGB Variations
Color information
#737EFA (or 0x737EFA) is known color: Light Slate Blue. HEX triplet: 73, 7E and FA. RGB value is (115,126,250). Sum of RGB (Red+Green+Blue) = 115+126+250=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #737EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFA is #8C8105. Grayscale: #888888. Windows color (decimal): -9208070 or 16416371. OLE color: 16416371.
HSL color Cylindrical-coordinate representation of color #737EFA: hue angle of 235.11º 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 #737EFA is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 126 | 250 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.02 |
| HSL | 235.11º | 0.93% | 0.72% | - |
| HSV(B) | 235.11º | 0.54% | 0.98% | - |
| XYZ | 31.79 | 25.47 | 93.68 | - |
| YUV | 136.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 250 | 0.54 | 0.50 | 0 | 0.02 | 235.11 | 0.93 | 0.72 |
| Hex | 73 | 7E | FA | 36 | 32 | 0 | 2 | EB | 5D | 48 |
| Octal | 163 | 176 | 372 | 66 | 62 | 0 | 2 | 353 | 135 | 110 |
| Binary | 1110011 | 1111110 | 11111010 | 110110 | 110010 | 0 | 10 | 11101011 | 1011101 | 1001000 |
Color Harmonies of #737EFA
Complementary color
Monochromatic Colors of #737EFA
Black with #737EFA
Text Example
Text Example
White with #737EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EFA; }
p { color: rgb(115,126,250); }
H1.HeaderClassName
{
color: #737EFA;
}
.AnyTagClassName
{
color: #737EFA;
}
</style>
background-color css
<style>
a { background-color: #737EFA; }
a { background-color: rgb(115,126,250); }
div.DivClassName
{
background-color: #737EFA;
}
.BgClassName
{
background-color: #737EFA;
}
</style>
border-color css
<style>
span { border-color: #737EFA; }
span { border-color: rgb(115,126,250); }
td.TdClassName
{
border-color: #737EFA;
}
.TagClassName
{
border-color: #737EFA;
}
</style>