Shades of Light Slate Blue #737CFC
Tints of Light Slate Blue #737CFC
RGB
CMYK
RGB Variations
Color information
#737CFC (or 0x737CFC) is known color: Light Slate Blue. HEX triplet: 73, 7C and FC. RGB value is (115,124,252). Sum of RGB (Red+Green+Blue) = 115+124+252=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #737CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737CFC is #8C8303. Grayscale: #878787. Windows color (decimal): -9208580 or 16546931. OLE color: 16546931.
HSL color Cylindrical-coordinate representation of color #737CFC: hue angle of 236.06º 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 #737CFC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 124 | 252 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.01 |
| HSL | 236.06º | 0.96% | 0.72% | - |
| HSV(B) | 236.06º | 0.54% | 0.99% | - |
| XYZ | 31.85 | 25.09 | 95.26 | - |
| YUV | 135.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 252 | 0.54 | 0.51 | 0 | 0.01 | 236.06 | 0.96 | 0.72 |
| Hex | 73 | 7C | FC | 36 | 33 | 0 | 1 | EC | 60 | 48 |
| Octal | 163 | 174 | 374 | 66 | 63 | 0 | 1 | 354 | 140 | 110 |
| Binary | 1110011 | 1111100 | 11111100 | 110110 | 110011 | 0 | 1 | 11101100 | 1100000 | 1001000 |
Color Harmonies of #737CFC
Complementary color
Monochromatic Colors of #737CFC
Black with #737CFC
Text Example
Text Example
White with #737CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CFC; }
p { color: rgb(115,124,252); }
H1.HeaderClassName
{
color: #737CFC;
}
.AnyTagClassName
{
color: #737CFC;
}
</style>
background-color css
<style>
a { background-color: #737CFC; }
a { background-color: rgb(115,124,252); }
div.DivClassName
{
background-color: #737CFC;
}
.BgClassName
{
background-color: #737CFC;
}
</style>
border-color css
<style>
span { border-color: #737CFC; }
span { border-color: rgb(115,124,252); }
td.TdClassName
{
border-color: #737CFC;
}
.TagClassName
{
border-color: #737CFC;
}
</style>