Shades of Light Slate Blue #737AFD
Tints of Light Slate Blue #737AFD
RGB
CMYK
RGB Variations
Color information
#737AFD (or 0x737AFD) is known color: Light Slate Blue. HEX triplet: 73, 7A and FD. RGB value is (115,122,253). Sum of RGB (Red+Green+Blue) = 115+122+253=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #737AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFD is #8C8502. Grayscale: #868686. Windows color (decimal): -9209091 or 16611955. OLE color: 16611955.
HSL color Cylindrical-coordinate representation of color #737AFD: hue angle of 236.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #737AFD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 122 | 253 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.01 |
| HSL | 236.96º | 0.97% | 0.72% | - |
| HSV(B) | 236.96º | 0.55% | 0.99% | - |
| XYZ | 31.76 | 24.66 | 96.01 | - |
| YUV | 134.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 253 | 0.55 | 0.52 | 0 | 0.01 | 236.96 | 0.97 | 0.72 |
| Hex | 73 | 7A | FD | 37 | 34 | 0 | 1 | ED | 61 | 48 |
| Octal | 163 | 172 | 375 | 67 | 64 | 0 | 1 | 355 | 141 | 110 |
| Binary | 1110011 | 1111010 | 11111101 | 110111 | 110100 | 0 | 1 | 11101101 | 1100001 | 1001000 |
Color Harmonies of #737AFD
Complementary color
Monochromatic Colors of #737AFD
Black with #737AFD
Text Example
Text Example
White with #737AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AFD; }
p { color: rgb(115,122,253); }
H1.HeaderClassName
{
color: #737AFD;
}
.AnyTagClassName
{
color: #737AFD;
}
</style>
background-color css
<style>
a { background-color: #737AFD; }
a { background-color: rgb(115,122,253); }
div.DivClassName
{
background-color: #737AFD;
}
.BgClassName
{
background-color: #737AFD;
}
</style>
border-color css
<style>
span { border-color: #737AFD; }
span { border-color: rgb(115,122,253); }
td.TdClassName
{
border-color: #737AFD;
}
.TagClassName
{
border-color: #737AFD;
}
</style>