Shades of Light Slate Blue #7483FF
Tints of Light Slate Blue #7483FF
RGB
CMYK
RGB Variations
Color information
#7483FF (or 0x7483FF) is known color: Light Slate Blue. HEX triplet: 74, 83 and FF. RGB value is (116,131,255). Sum of RGB (Red+Green+Blue) = 116+131+255=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7483FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7483FF is #8B7C00. Grayscale: #8C8C8C. Windows color (decimal): -9141249 or 16745332. OLE color: 16745332.
HSL color Cylindrical-coordinate representation of color #7483FF: hue angle of 233.53º 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 #7483FF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 131 | 255 | - |
| CMYK | 0.55 | 0.49 | 0 | 0 |
| HSL | 233.53º | 1% | 0.73% | - |
| HSV(B) | 233.53º | 0.55% | 1% | - |
| XYZ | 33.37 | 27.17 | 98.09 | - |
| YUV | 140.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 255 | 0.55 | 0.49 | 0 | 0 | 233.53 | 1 | 0.73 |
| Hex | 74 | 83 | FF | 37 | 31 | 0 | 0 | EA | 64 | 49 |
| Octal | 164 | 203 | 377 | 67 | 61 | 0 | 0 | 352 | 144 | 111 |
| Binary | 1110100 | 10000011 | 11111111 | 110111 | 110001 | 0 | 0 | 11101010 | 1100100 | 1001001 |
Color Harmonies of #7483FF
Complementary color
Monochromatic Colors of #7483FF
Black with #7483FF
Text Example
Text Example
White with #7483FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7483FF; }
p { color: rgb(116,131,255); }
H1.HeaderClassName
{
color: #7483FF;
}
.AnyTagClassName
{
color: #7483FF;
}
</style>
background-color css
<style>
a { background-color: #7483FF; }
a { background-color: rgb(116,131,255); }
div.DivClassName
{
background-color: #7483FF;
}
.BgClassName
{
background-color: #7483FF;
}
</style>
border-color css
<style>
span { border-color: #7483FF; }
span { border-color: rgb(116,131,255); }
td.TdClassName
{
border-color: #7483FF;
}
.TagClassName
{
border-color: #7483FF;
}
</style>