Shades of Light Slate Blue #737BFE
Tints of Light Slate Blue #737BFE
RGB
CMYK
RGB Variations
Color information
#737BFE (or 0x737BFE) is known color: Light Slate Blue. HEX triplet: 73, 7B and FE. RGB value is (115,123,254). Sum of RGB (Red+Green+Blue) = 115+123+254=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #737BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737BFE is #8C8401. Grayscale: #878787. Windows color (decimal): -9208834 or 16677747. OLE color: 16677747.
HSL color Cylindrical-coordinate representation of color #737BFE: hue angle of 236.55º 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 #737BFE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 123 | 254 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.00 |
| HSL | 236.55º | 0.99% | 0.72% | - |
| HSV(B) | 236.55º | 0.55% | 1% | - |
| XYZ | 32.04 | 24.97 | 96.9 | - |
| YUV | 135.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 254 | 0.55 | 0.52 | 0 | 0.00 | 236.55 | 0.99 | 0.72 |
| Hex | 73 | 7B | FE | 37 | 34 | 0 | 0 | ED | 63 | 48 |
| Octal | 163 | 173 | 376 | 67 | 64 | 0 | 0 | 355 | 143 | 110 |
| Binary | 1110011 | 1111011 | 11111110 | 110111 | 110100 | 0 | 0 | 11101101 | 1100011 | 1001000 |
Color Harmonies of #737BFE
Complementary color
Monochromatic Colors of #737BFE
Black with #737BFE
Text Example
Text Example
White with #737BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BFE; }
p { color: rgb(115,123,254); }
H1.HeaderClassName
{
color: #737BFE;
}
.AnyTagClassName
{
color: #737BFE;
}
</style>
background-color css
<style>
a { background-color: #737BFE; }
a { background-color: rgb(115,123,254); }
div.DivClassName
{
background-color: #737BFE;
}
.BgClassName
{
background-color: #737BFE;
}
</style>
border-color css
<style>
span { border-color: #737BFE; }
span { border-color: rgb(115,123,254); }
td.TdClassName
{
border-color: #737BFE;
}
.TagClassName
{
border-color: #737BFE;
}
</style>