Shades of Light Slate Blue #7883FF
Tints of Light Slate Blue #7883FF
RGB
CMYK
RGB Variations
Color information
#7883FF (or 0x7883FF) is known color: Light Slate Blue. HEX triplet: 78, 83 and FF. RGB value is (120,131,255). Sum of RGB (Red+Green+Blue) = 120+131+255=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7883FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7883FF is #877C00. Grayscale: #8D8D8D. Windows color (decimal): -8879105 or 16745336. OLE color: 16745336.
HSL color Cylindrical-coordinate representation of color #7883FF: hue angle of 235.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7883FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 131 | 255 | - |
| CMYK | 0.53 | 0.49 | 0 | 0 |
| HSL | 235.11º | 1% | 0.74% | - |
| HSV(B) | 235.11º | 0.53% | 1% | - |
| XYZ | 33.91 | 27.45 | 98.12 | - |
| YUV | 141.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 255 | 0.53 | 0.49 | 0 | 0 | 235.11 | 1 | 0.74 |
| Hex | 78 | 83 | FF | 35 | 31 | 0 | 0 | EB | 64 | 4A |
| Octal | 170 | 203 | 377 | 65 | 61 | 0 | 0 | 353 | 144 | 112 |
| Binary | 1111000 | 10000011 | 11111111 | 110101 | 110001 | 0 | 0 | 11101011 | 1100100 | 1001010 |
Color Harmonies of #7883FF
Complementary color
Monochromatic Colors of #7883FF
Black with #7883FF
Text Example
Text Example
White with #7883FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883FF; }
p { color: rgb(120,131,255); }
H1.HeaderClassName
{
color: #7883FF;
}
.AnyTagClassName
{
color: #7883FF;
}
</style>
background-color css
<style>
a { background-color: #7883FF; }
a { background-color: rgb(120,131,255); }
div.DivClassName
{
background-color: #7883FF;
}
.BgClassName
{
background-color: #7883FF;
}
</style>
border-color css
<style>
span { border-color: #7883FF; }
span { border-color: rgb(120,131,255); }
td.TdClassName
{
border-color: #7883FF;
}
.TagClassName
{
border-color: #7883FF;
}
</style>