Shades of Light Slate Blue #7885FB
Tints of Light Slate Blue #7885FB
RGB
CMYK
RGB Variations
Color information
#7885FB (or 0x7885FB) is known color: Light Slate Blue. HEX triplet: 78, 85 and FB. RGB value is (120,133,251). Sum of RGB (Red+Green+Blue) = 120+133+251=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #7885FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885FB is #877A04. Grayscale: #8E8E8E. Windows color (decimal): -8878597 or 16483704. OLE color: 16483704.
HSL color Cylindrical-coordinate representation of color #7885FB: hue angle of 234.05º 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 #7885FB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 133 | 251 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.02 |
| HSL | 234.05º | 0.94% | 0.73% | - |
| HSV(B) | 234.05º | 0.52% | 0.98% | - |
| XYZ | 33.55 | 27.73 | 94.85 | - |
| YUV | 142.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 251 | 0.52 | 0.47 | 0 | 0.02 | 234.05 | 0.94 | 0.73 |
| Hex | 78 | 85 | FB | 34 | 2F | 0 | 2 | EA | 5E | 49 |
| Octal | 170 | 205 | 373 | 64 | 57 | 0 | 2 | 352 | 136 | 111 |
| Binary | 1111000 | 10000101 | 11111011 | 110100 | 101111 | 0 | 10 | 11101010 | 1011110 | 1001001 |
Color Harmonies of #7885FB
Complementary color
Monochromatic Colors of #7885FB
Black with #7885FB
Text Example
Text Example
White with #7885FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885FB; }
p { color: rgb(120,133,251); }
H1.HeaderClassName
{
color: #7885FB;
}
.AnyTagClassName
{
color: #7885FB;
}
</style>
background-color css
<style>
a { background-color: #7885FB; }
a { background-color: rgb(120,133,251); }
div.DivClassName
{
background-color: #7885FB;
}
.BgClassName
{
background-color: #7885FB;
}
</style>
border-color css
<style>
span { border-color: #7885FB; }
span { border-color: rgb(120,133,251); }
td.TdClassName
{
border-color: #7885FB;
}
.TagClassName
{
border-color: #7885FB;
}
</style>