Shades of Light Slate Blue #737AFF
Tints of Light Slate Blue #737AFF
RGB
CMYK
RGB Variations
Color information
#737AFF (or 0x737AFF) is known color: Light Slate Blue. HEX triplet: 73, 7A and FF. RGB value is (115,122,255). Sum of RGB (Red+Green+Blue) = 115+122+255=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #737AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFF is #8C8500. Grayscale: #868686. Windows color (decimal): -9209089 or 16743027. OLE color: 16743027.
HSL color Cylindrical-coordinate representation of color #737AFF: hue angle of 237º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #737AFF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 122 | 255 | - |
| CMYK | 0.55 | 0.52 | 0 | 0 |
| HSL | 237º | 1% | 0.73% | - |
| HSV(B) | 237º | 0.55% | 1% | - |
| XYZ | 32.08 | 24.78 | 97.7 | - |
| YUV | 135.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 255 | 0.55 | 0.52 | 0 | 0 | 237 | 1 | 0.73 |
| Hex | 73 | 7A | FF | 37 | 34 | 0 | 0 | ED | 64 | 49 |
| Octal | 163 | 172 | 377 | 67 | 64 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110011 | 1111010 | 11111111 | 110111 | 110100 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #737AFF
Complementary color
Monochromatic Colors of #737AFF
Black with #737AFF
Text Example
Text Example
White with #737AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737AFF; }
p { color: rgb(115,122,255); }
H1.HeaderClassName
{
color: #737AFF;
}
.AnyTagClassName
{
color: #737AFF;
}
</style>
background-color css
<style>
a { background-color: #737AFF; }
a { background-color: rgb(115,122,255); }
div.DivClassName
{
background-color: #737AFF;
}
.BgClassName
{
background-color: #737AFF;
}
</style>
border-color css
<style>
span { border-color: #737AFF; }
span { border-color: rgb(115,122,255); }
td.TdClassName
{
border-color: #737AFF;
}
.TagClassName
{
border-color: #737AFF;
}
</style>