Shades of Light Slate Blue #787BFC
Tints of Light Slate Blue #787BFC
RGB
CMYK
RGB Variations
Color information
#787BFC (or 0x787BFC) is known color: Light Slate Blue. HEX triplet: 78, 7B and FC. RGB value is (120,123,252). Sum of RGB (Red+Green+Blue) = 120+123+252=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #787BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BFC is #878403. Grayscale: #888888. Windows color (decimal): -8881156 or 16546680. OLE color: 16546680.
HSL color Cylindrical-coordinate representation of color #787BFC: hue angle of 238.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #787BFC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 123 | 252 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.01 |
| HSL | 238.64º | 0.96% | 0.73% | - |
| HSV(B) | 238.64º | 0.52% | 0.99% | - |
| XYZ | 32.4 | 25.19 | 95.25 | - |
| YUV | 136.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 252 | 0.52 | 0.51 | 0 | 0.01 | 238.64 | 0.96 | 0.73 |
| Hex | 78 | 7B | FC | 34 | 33 | 0 | 1 | EF | 60 | 49 |
| Octal | 170 | 173 | 374 | 64 | 63 | 0 | 1 | 357 | 140 | 111 |
| Binary | 1111000 | 1111011 | 11111100 | 110100 | 110011 | 0 | 1 | 11101111 | 1100000 | 1001001 |
Color Harmonies of #787BFC
Complementary color
Monochromatic Colors of #787BFC
Black with #787BFC
Text Example
Text Example
White with #787BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BFC; }
p { color: rgb(120,123,252); }
H1.HeaderClassName
{
color: #787BFC;
}
.AnyTagClassName
{
color: #787BFC;
}
</style>
background-color css
<style>
a { background-color: #787BFC; }
a { background-color: rgb(120,123,252); }
div.DivClassName
{
background-color: #787BFC;
}
.BgClassName
{
background-color: #787BFC;
}
</style>
border-color css
<style>
span { border-color: #787BFC; }
span { border-color: rgb(120,123,252); }
td.TdClassName
{
border-color: #787BFC;
}
.TagClassName
{
border-color: #787BFC;
}
</style>