Shades of Light Slate Blue #737FFA
Tints of Light Slate Blue #737FFA
RGB
CMYK
RGB Variations
Color information
#737FFA (or 0x737FFA) is known color: Light Slate Blue. HEX triplet: 73, 7F and FA. RGB value is (115,127,250). Sum of RGB (Red+Green+Blue) = 115+127+250=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #737FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FFA is #8C8005. Grayscale: #888888. Windows color (decimal): -9207814 or 16416627. OLE color: 16416627.
HSL color Cylindrical-coordinate representation of color #737FFA: hue angle of 234.67º 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 #737FFA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 127 | 250 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.02 |
| HSL | 234.67º | 0.93% | 0.72% | - |
| HSV(B) | 234.67º | 0.54% | 0.98% | - |
| XYZ | 31.91 | 25.73 | 93.73 | - |
| YUV | 137.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 250 | 0.54 | 0.49 | 0 | 0.02 | 234.67 | 0.93 | 0.72 |
| Hex | 73 | 7F | FA | 36 | 31 | 0 | 2 | EB | 5D | 48 |
| Octal | 163 | 177 | 372 | 66 | 61 | 0 | 2 | 353 | 135 | 110 |
| Binary | 1110011 | 1111111 | 11111010 | 110110 | 110001 | 0 | 10 | 11101011 | 1011101 | 1001000 |
Color Harmonies of #737FFA
Complementary color
Monochromatic Colors of #737FFA
Black with #737FFA
Text Example
Text Example
White with #737FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FFA; }
p { color: rgb(115,127,250); }
H1.HeaderClassName
{
color: #737FFA;
}
.AnyTagClassName
{
color: #737FFA;
}
</style>
background-color css
<style>
a { background-color: #737FFA; }
a { background-color: rgb(115,127,250); }
div.DivClassName
{
background-color: #737FFA;
}
.BgClassName
{
background-color: #737FFA;
}
</style>
border-color css
<style>
span { border-color: #737FFA; }
span { border-color: rgb(115,127,250); }
td.TdClassName
{
border-color: #737FFA;
}
.TagClassName
{
border-color: #737FFA;
}
</style>