Shades of Light Slate Blue #737DFB
Tints of Light Slate Blue #737DFB
RGB
CMYK
RGB Variations
Color information
#737DFB (or 0x737DFB) is known color: Light Slate Blue. HEX triplet: 73, 7D and FB. RGB value is (115,125,251). Sum of RGB (Red+Green+Blue) = 115+125+251=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #737DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFB is #8C8204. Grayscale: #878787. Windows color (decimal): -9208325 or 16481651. OLE color: 16481651.
HSL color Cylindrical-coordinate representation of color #737DFB: hue angle of 235.59º 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 #737DFB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 125 | 251 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.02 |
| HSL | 235.59º | 0.94% | 0.72% | - |
| HSV(B) | 235.59º | 0.54% | 0.98% | - |
| XYZ | 31.82 | 25.28 | 94.47 | - |
| YUV | 136.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 251 | 0.54 | 0.50 | 0 | 0.02 | 235.59 | 0.94 | 0.72 |
| Hex | 73 | 7D | FB | 36 | 32 | 0 | 2 | EC | 5E | 48 |
| Octal | 163 | 175 | 373 | 66 | 62 | 0 | 2 | 354 | 136 | 110 |
| Binary | 1110011 | 1111101 | 11111011 | 110110 | 110010 | 0 | 10 | 11101100 | 1011110 | 1001000 |
Color Harmonies of #737DFB
Complementary color
Monochromatic Colors of #737DFB
Black with #737DFB
Text Example
Text Example
White with #737DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DFB; }
p { color: rgb(115,125,251); }
H1.HeaderClassName
{
color: #737DFB;
}
.AnyTagClassName
{
color: #737DFB;
}
</style>
background-color css
<style>
a { background-color: #737DFB; }
a { background-color: rgb(115,125,251); }
div.DivClassName
{
background-color: #737DFB;
}
.BgClassName
{
background-color: #737DFB;
}
</style>
border-color css
<style>
span { border-color: #737DFB; }
span { border-color: rgb(115,125,251); }
td.TdClassName
{
border-color: #737DFB;
}
.TagClassName
{
border-color: #737DFB;
}
</style>