Shades of Light Slate Blue #787FFB
Tints of Light Slate Blue #787FFB
RGB
CMYK
RGB Variations
Color information
#787FFB (or 0x787FFB) is known color: Light Slate Blue. HEX triplet: 78, 7F and FB. RGB value is (120,127,251). Sum of RGB (Red+Green+Blue) = 120+127+251=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #787FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787FFB is #878004. Grayscale: #8A8A8A. Windows color (decimal): -8880133 or 16482168. OLE color: 16482168.
HSL color Cylindrical-coordinate representation of color #787FFB: hue angle of 236.79º 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 #787FFB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 127 | 251 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.02 |
| HSL | 236.79º | 0.94% | 0.73% | - |
| HSV(B) | 236.79º | 0.52% | 0.98% | - |
| XYZ | 32.75 | 26.14 | 94.59 | - |
| YUV | 139.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 251 | 0.52 | 0.49 | 0 | 0.02 | 236.79 | 0.94 | 0.73 |
| Hex | 78 | 7F | FB | 34 | 31 | 0 | 2 | ED | 5E | 49 |
| Octal | 170 | 177 | 373 | 64 | 61 | 0 | 2 | 355 | 136 | 111 |
| Binary | 1111000 | 1111111 | 11111011 | 110100 | 110001 | 0 | 10 | 11101101 | 1011110 | 1001001 |
Color Harmonies of #787FFB
Complementary color
Monochromatic Colors of #787FFB
Black with #787FFB
Text Example
Text Example
White with #787FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FFB; }
p { color: rgb(120,127,251); }
H1.HeaderClassName
{
color: #787FFB;
}
.AnyTagClassName
{
color: #787FFB;
}
</style>
background-color css
<style>
a { background-color: #787FFB; }
a { background-color: rgb(120,127,251); }
div.DivClassName
{
background-color: #787FFB;
}
.BgClassName
{
background-color: #787FFB;
}
</style>
border-color css
<style>
span { border-color: #787FFB; }
span { border-color: rgb(120,127,251); }
td.TdClassName
{
border-color: #787FFB;
}
.TagClassName
{
border-color: #787FFB;
}
</style>