Shades of Light Slate Blue #777BFC
Tints of Light Slate Blue #777BFC
RGB
CMYK
RGB Variations
Color information
#777BFC (or 0x777BFC) is known color: Light Slate Blue. HEX triplet: 77, 7B and FC. RGB value is (119,123,252). Sum of RGB (Red+Green+Blue) = 119+123+252=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #777BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BFC is #888403. Grayscale: #878787. Windows color (decimal): -8946692 or 16546679. OLE color: 16546679.
HSL color Cylindrical-coordinate representation of color #777BFC: hue angle of 238.2º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777BFC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 123 | 252 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.01 |
| HSL | 238.2º | 0.96% | 0.73% | - |
| HSV(B) | 238.2º | 0.53% | 0.99% | - |
| XYZ | 32.26 | 25.12 | 95.24 | - |
| YUV | 136.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 252 | 0.53 | 0.51 | 0 | 0.01 | 238.2 | 0.96 | 0.73 |
| Hex | 77 | 7B | FC | 35 | 33 | 0 | 1 | EE | 60 | 49 |
| Octal | 167 | 173 | 374 | 65 | 63 | 0 | 1 | 356 | 140 | 111 |
| Binary | 1110111 | 1111011 | 11111100 | 110101 | 110011 | 0 | 1 | 11101110 | 1100000 | 1001001 |
Color Harmonies of #777BFC
Complementary color
Monochromatic Colors of #777BFC
Black with #777BFC
Text Example
Text Example
White with #777BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777BFC; }
p { color: rgb(119,123,252); }
H1.HeaderClassName
{
color: #777BFC;
}
.AnyTagClassName
{
color: #777BFC;
}
</style>
background-color css
<style>
a { background-color: #777BFC; }
a { background-color: rgb(119,123,252); }
div.DivClassName
{
background-color: #777BFC;
}
.BgClassName
{
background-color: #777BFC;
}
</style>
border-color css
<style>
span { border-color: #777BFC; }
span { border-color: rgb(119,123,252); }
td.TdClassName
{
border-color: #777BFC;
}
.TagClassName
{
border-color: #777BFC;
}
</style>