Shades of Light Slate Blue #7883FB
Tints of Light Slate Blue #7883FB
RGB
CMYK
RGB Variations
Color information
#7883FB (or 0x7883FB) is known color: Light Slate Blue. HEX triplet: 78, 83 and FB. RGB value is (120,131,251). Sum of RGB (Red+Green+Blue) = 120+131+251=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #7883FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7883FB is #877C04. Grayscale: #8C8C8C. Windows color (decimal): -8879109 or 16483192. OLE color: 16483192.
HSL color Cylindrical-coordinate representation of color #7883FB: hue angle of 234.96º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7883FB is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 131 | 251 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.02 |
| HSL | 234.96º | 0.94% | 0.73% | - |
| HSV(B) | 234.96º | 0.52% | 0.98% | - |
| XYZ | 33.27 | 27.19 | 94.76 | - |
| YUV | 141.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 251 | 0.52 | 0.48 | 0 | 0.02 | 234.96 | 0.94 | 0.73 |
| Hex | 78 | 83 | FB | 34 | 30 | 0 | 2 | EB | 5E | 49 |
| Octal | 170 | 203 | 373 | 64 | 60 | 0 | 2 | 353 | 136 | 111 |
| Binary | 1111000 | 10000011 | 11111011 | 110100 | 110000 | 0 | 10 | 11101011 | 1011110 | 1001001 |
Color Harmonies of #7883FB
Complementary color
Monochromatic Colors of #7883FB
Black with #7883FB
Text Example
Text Example
White with #7883FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883FB; }
p { color: rgb(120,131,251); }
H1.HeaderClassName
{
color: #7883FB;
}
.AnyTagClassName
{
color: #7883FB;
}
</style>
background-color css
<style>
a { background-color: #7883FB; }
a { background-color: rgb(120,131,251); }
div.DivClassName
{
background-color: #7883FB;
}
.BgClassName
{
background-color: #7883FB;
}
</style>
border-color css
<style>
span { border-color: #7883FB; }
span { border-color: rgb(120,131,251); }
td.TdClassName
{
border-color: #7883FB;
}
.TagClassName
{
border-color: #7883FB;
}
</style>