Shades of Light Slate Blue #737FFE
Tints of Light Slate Blue #737FFE
RGB
CMYK
RGB Variations
Color information
#737FFE (or 0x737FFE) is known color: Light Slate Blue. HEX triplet: 73, 7F and FE. RGB value is (115,127,254). Sum of RGB (Red+Green+Blue) = 115+127+254=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #737FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FFE is #8C8001. Grayscale: #898989. Windows color (decimal): -9207810 or 16678771. OLE color: 16678771.
HSL color Cylindrical-coordinate representation of color #737FFE: hue angle of 234.82º 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 #737FFE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 127 | 254 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.00 |
| HSL | 234.82º | 0.99% | 0.72% | - |
| HSV(B) | 234.82º | 0.55% | 1% | - |
| XYZ | 32.55 | 25.98 | 97.06 | - |
| YUV | 137.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 254 | 0.55 | 0.50 | 0 | 0.00 | 234.82 | 0.99 | 0.72 |
| Hex | 73 | 7F | FE | 37 | 32 | 0 | 0 | EB | 63 | 48 |
| Octal | 163 | 177 | 376 | 67 | 62 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1110011 | 1111111 | 11111110 | 110111 | 110010 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #737FFE
Complementary color
Monochromatic Colors of #737FFE
Black with #737FFE
Text Example
Text Example
White with #737FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FFE; }
p { color: rgb(115,127,254); }
H1.HeaderClassName
{
color: #737FFE;
}
.AnyTagClassName
{
color: #737FFE;
}
</style>
background-color css
<style>
a { background-color: #737FFE; }
a { background-color: rgb(115,127,254); }
div.DivClassName
{
background-color: #737FFE;
}
.BgClassName
{
background-color: #737FFE;
}
</style>
border-color css
<style>
span { border-color: #737FFE; }
span { border-color: rgb(115,127,254); }
td.TdClassName
{
border-color: #737FFE;
}
.TagClassName
{
border-color: #737FFE;
}
</style>