Shades of Light Slate Blue #737CFE
Tints of Light Slate Blue #737CFE
RGB
CMYK
RGB Variations
Color information
#737CFE (or 0x737CFE) is known color: Light Slate Blue. HEX triplet: 73, 7C and FE. RGB value is (115,124,254). Sum of RGB (Red+Green+Blue) = 115+124+254=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #737CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737CFE is #8C8301. Grayscale: #878787. Windows color (decimal): -9208578 or 16678003. OLE color: 16678003.
HSL color Cylindrical-coordinate representation of color #737CFE: hue angle of 236.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #737CFE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 124 | 254 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.00 |
| HSL | 236.12º | 0.99% | 0.72% | - |
| HSV(B) | 236.12º | 0.55% | 1% | - |
| XYZ | 32.17 | 25.22 | 96.94 | - |
| YUV | 136.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 254 | 0.55 | 0.51 | 0 | 0.00 | 236.12 | 0.99 | 0.72 |
| Hex | 73 | 7C | FE | 37 | 33 | 0 | 0 | EC | 63 | 48 |
| Octal | 163 | 174 | 376 | 67 | 63 | 0 | 0 | 354 | 143 | 110 |
| Binary | 1110011 | 1111100 | 11111110 | 110111 | 110011 | 0 | 0 | 11101100 | 1100011 | 1001000 |
Color Harmonies of #737CFE
Complementary color
Monochromatic Colors of #737CFE
Black with #737CFE
Text Example
Text Example
White with #737CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737CFE; }
p { color: rgb(115,124,254); }
H1.HeaderClassName
{
color: #737CFE;
}
.AnyTagClassName
{
color: #737CFE;
}
</style>
background-color css
<style>
a { background-color: #737CFE; }
a { background-color: rgb(115,124,254); }
div.DivClassName
{
background-color: #737CFE;
}
.BgClassName
{
background-color: #737CFE;
}
</style>
border-color css
<style>
span { border-color: #737CFE; }
span { border-color: rgb(115,124,254); }
td.TdClassName
{
border-color: #737CFE;
}
.TagClassName
{
border-color: #737CFE;
}
</style>