Shades of Light Slate Blue #747AFF
Tints of Light Slate Blue #747AFF
RGB
CMYK
RGB Variations
Color information
#747AFF (or 0x747AFF) is known color: Light Slate Blue. HEX triplet: 74, 7A and FF. RGB value is (116,122,255). Sum of RGB (Red+Green+Blue) = 116+122+255=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #747AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747AFF is #8B8500. Grayscale: #868686. Windows color (decimal): -9143553 or 16743028. OLE color: 16743028.
HSL color Cylindrical-coordinate representation of color #747AFF: hue angle of 237.41º 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 #747AFF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 122 | 255 | - |
| CMYK | 0.55 | 0.52 | 0 | 0 |
| HSL | 237.41º | 1% | 0.73% | - |
| HSV(B) | 237.41º | 0.55% | 1% | - |
| XYZ | 32.21 | 24.85 | 97.71 | - |
| YUV | 135.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 255 | 0.55 | 0.52 | 0 | 0 | 237.41 | 1 | 0.73 |
| Hex | 74 | 7A | FF | 37 | 34 | 0 | 0 | ED | 64 | 49 |
| Octal | 164 | 172 | 377 | 67 | 64 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110100 | 1111010 | 11111111 | 110111 | 110100 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #747AFF
Complementary color
Monochromatic Colors of #747AFF
Black with #747AFF
Text Example
Text Example
White with #747AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AFF; }
p { color: rgb(116,122,255); }
H1.HeaderClassName
{
color: #747AFF;
}
.AnyTagClassName
{
color: #747AFF;
}
</style>
background-color css
<style>
a { background-color: #747AFF; }
a { background-color: rgb(116,122,255); }
div.DivClassName
{
background-color: #747AFF;
}
.BgClassName
{
background-color: #747AFF;
}
</style>
border-color css
<style>
span { border-color: #747AFF; }
span { border-color: rgb(116,122,255); }
td.TdClassName
{
border-color: #747AFF;
}
.TagClassName
{
border-color: #747AFF;
}
</style>