Shades of Light Slate Blue #737DF6
Tints of Light Slate Blue #737DF6
RGB
CMYK
RGB Variations
Color information
#737DF6 (or 0x737DF6) is known color: Light Slate Blue. HEX triplet: 73, 7D and F6. RGB value is (115,125,246). Sum of RGB (Red+Green+Blue) = 115+125+246=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #737DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DF6 is #8C8209. Grayscale: #878787. Windows color (decimal): -9208330 or 16153971. OLE color: 16153971.
HSL color Cylindrical-coordinate representation of color #737DF6: hue angle of 235.42º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #737DF6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 125 | 246 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.04 |
| HSL | 235.42º | 0.88% | 0.71% | - |
| HSV(B) | 235.42º | 0.53% | 0.96% | - |
| XYZ | 31.04 | 24.97 | 90.37 | - |
| YUV | 135.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 246 | 0.53 | 0.49 | 0 | 0.04 | 235.42 | 0.88 | 0.71 |
| Hex | 73 | 7D | F6 | 35 | 31 | 0 | 4 | EB | 58 | 47 |
| Octal | 163 | 175 | 366 | 65 | 61 | 0 | 4 | 353 | 130 | 107 |
| Binary | 1110011 | 1111101 | 11110110 | 110101 | 110001 | 0 | 100 | 11101011 | 1011000 | 1000111 |
Color Harmonies of #737DF6
Complementary color
Monochromatic Colors of #737DF6
Black with #737DF6
Text Example
Text Example
White with #737DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DF6; }
p { color: rgb(115,125,246); }
H1.HeaderClassName
{
color: #737DF6;
}
.AnyTagClassName
{
color: #737DF6;
}
</style>
background-color css
<style>
a { background-color: #737DF6; }
a { background-color: rgb(115,125,246); }
div.DivClassName
{
background-color: #737DF6;
}
.BgClassName
{
background-color: #737DF6;
}
</style>
border-color css
<style>
span { border-color: #737DF6; }
span { border-color: rgb(115,125,246); }
td.TdClassName
{
border-color: #737DF6;
}
.TagClassName
{
border-color: #737DF6;
}
</style>