Shades of Light Slate Blue #737EFE
Tints of Light Slate Blue #737EFE
RGB
CMYK
RGB Variations
Color information
#737EFE (or 0x737EFE) is known color: Light Slate Blue. HEX triplet: 73, 7E and FE. RGB value is (115,126,254). Sum of RGB (Red+Green+Blue) = 115+126+254=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #737EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFE is #8C8101. Grayscale: #888888. Windows color (decimal): -9208066 or 16678515. OLE color: 16678515.
HSL color Cylindrical-coordinate representation of color #737EFE: hue angle of 235.25º 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 #737EFE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 126 | 254 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.00 |
| HSL | 235.25º | 0.99% | 0.72% | - |
| HSV(B) | 235.25º | 0.55% | 1% | - |
| XYZ | 32.42 | 25.72 | 97.02 | - |
| YUV | 137.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 254 | 0.55 | 0.50 | 0 | 0.00 | 235.25 | 0.99 | 0.72 |
| Hex | 73 | 7E | FE | 37 | 32 | 0 | 0 | EB | 63 | 48 |
| Octal | 163 | 176 | 376 | 67 | 62 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1110011 | 1111110 | 11111110 | 110111 | 110010 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #737EFE
Complementary color
Monochromatic Colors of #737EFE
Black with #737EFE
Text Example
Text Example
White with #737EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737EFE; }
p { color: rgb(115,126,254); }
H1.HeaderClassName
{
color: #737EFE;
}
.AnyTagClassName
{
color: #737EFE;
}
</style>
background-color css
<style>
a { background-color: #737EFE; }
a { background-color: rgb(115,126,254); }
div.DivClassName
{
background-color: #737EFE;
}
.BgClassName
{
background-color: #737EFE;
}
</style>
border-color css
<style>
span { border-color: #737EFE; }
span { border-color: rgb(115,126,254); }
td.TdClassName
{
border-color: #737EFE;
}
.TagClassName
{
border-color: #737EFE;
}
</style>