Shades of Light Slate Blue #737FFC
Tints of Light Slate Blue #737FFC
RGB
CMYK
RGB Variations
Color information
#737FFC (or 0x737FFC) is known color: Light Slate Blue. HEX triplet: 73, 7F and FC. RGB value is (115,127,252). Sum of RGB (Red+Green+Blue) = 115+127+252=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #737FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FFC is #8C8003. Grayscale: #898989. Windows color (decimal): -9207812 or 16547699. OLE color: 16547699.
HSL color Cylindrical-coordinate representation of color #737FFC: hue angle of 234.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #737FFC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 127 | 252 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.01 |
| HSL | 234.74º | 0.96% | 0.72% | - |
| HSV(B) | 234.74º | 0.54% | 0.99% | - |
| XYZ | 32.23 | 25.85 | 95.39 | - |
| YUV | 137.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 252 | 0.54 | 0.50 | 0 | 0.01 | 234.74 | 0.96 | 0.72 |
| Hex | 73 | 7F | FC | 36 | 32 | 0 | 1 | EB | 60 | 48 |
| Octal | 163 | 177 | 374 | 66 | 62 | 0 | 1 | 353 | 140 | 110 |
| Binary | 1110011 | 1111111 | 11111100 | 110110 | 110010 | 0 | 1 | 11101011 | 1100000 | 1001000 |
Color Harmonies of #737FFC
Complementary color
Monochromatic Colors of #737FFC
Black with #737FFC
Text Example
Text Example
White with #737FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FFC; }
p { color: rgb(115,127,252); }
H1.HeaderClassName
{
color: #737FFC;
}
.AnyTagClassName
{
color: #737FFC;
}
</style>
background-color css
<style>
a { background-color: #737FFC; }
a { background-color: rgb(115,127,252); }
div.DivClassName
{
background-color: #737FFC;
}
.BgClassName
{
background-color: #737FFC;
}
</style>
border-color css
<style>
span { border-color: #737FFC; }
span { border-color: rgb(115,127,252); }
td.TdClassName
{
border-color: #737FFC;
}
.TagClassName
{
border-color: #737FFC;
}
</style>