Shades of Light Slate Blue #737FF6
Tints of Light Slate Blue #737FF6
RGB
CMYK
RGB Variations
Color information
#737FF6 (or 0x737FF6) is known color: Light Slate Blue. HEX triplet: 73, 7F and F6. RGB value is (115,127,246). Sum of RGB (Red+Green+Blue) = 115+127+246=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #737FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FF6 is #8C8009. Grayscale: #888888. Windows color (decimal): -9207818 or 16154483. OLE color: 16154483.
HSL color Cylindrical-coordinate representation of color #737FF6: hue angle of 234.5º 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 #737FF6 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 127 | 246 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.04 |
| HSL | 234.5º | 0.88% | 0.71% | - |
| HSV(B) | 234.5º | 0.53% | 0.96% | - |
| XYZ | 31.29 | 25.48 | 90.46 | - |
| YUV | 136.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 246 | 0.53 | 0.48 | 0 | 0.04 | 234.5 | 0.88 | 0.71 |
| Hex | 73 | 7F | F6 | 35 | 30 | 0 | 4 | EB | 58 | 47 |
| Octal | 163 | 177 | 366 | 65 | 60 | 0 | 4 | 353 | 130 | 107 |
| Binary | 1110011 | 1111111 | 11110110 | 110101 | 110000 | 0 | 100 | 11101011 | 1011000 | 1000111 |
Color Harmonies of #737FF6
Complementary color
Monochromatic Colors of #737FF6
Black with #737FF6
Text Example
Text Example
White with #737FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FF6; }
p { color: rgb(115,127,246); }
H1.HeaderClassName
{
color: #737FF6;
}
.AnyTagClassName
{
color: #737FF6;
}
</style>
background-color css
<style>
a { background-color: #737FF6; }
a { background-color: rgb(115,127,246); }
div.DivClassName
{
background-color: #737FF6;
}
.BgClassName
{
background-color: #737FF6;
}
</style>
border-color css
<style>
span { border-color: #737FF6; }
span { border-color: rgb(115,127,246); }
td.TdClassName
{
border-color: #737FF6;
}
.TagClassName
{
border-color: #737FF6;
}
</style>