Shades of Light Slate Blue #7B77F9
Tints of Light Slate Blue #7B77F9
RGB
CMYK
RGB Variations
Color information
#7B77F9 (or 0x7B77F9) is known color: Light Slate Blue. HEX triplet: 7B, 77 and F9. RGB value is (123,119,249). Sum of RGB (Red+Green+Blue) = 123+119+249=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B77F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77F9 is #848806. Grayscale: #868686. Windows color (decimal): -8685575 or 16349051. OLE color: 16349051.
HSL color Cylindrical-coordinate representation of color #7B77F9: hue angle of 241.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B77F9 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 119 | 249 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.02 |
| HSL | 241.85º | 0.92% | 0.72% | - |
| HSV(B) | 241.85º | 0.52% | 0.98% | - |
| XYZ | 31.86 | 24.24 | 92.62 | - |
| YUV | 135.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 249 | 0.51 | 0.52 | 0 | 0.02 | 241.85 | 0.92 | 0.72 |
| Hex | 7B | 77 | F9 | 33 | 34 | 0 | 2 | F2 | 5C | 48 |
| Octal | 173 | 167 | 371 | 63 | 64 | 0 | 2 | 362 | 134 | 110 |
| Binary | 1111011 | 1110111 | 11111001 | 110011 | 110100 | 0 | 10 | 11110010 | 1011100 | 1001000 |
Color Harmonies of #7B77F9
Complementary color
Monochromatic Colors of #7B77F9
Black with #7B77F9
Text Example
Text Example
White with #7B77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77F9; }
p { color: rgb(123,119,249); }
H1.HeaderClassName
{
color: #7B77F9;
}
.AnyTagClassName
{
color: #7B77F9;
}
</style>
background-color css
<style>
a { background-color: #7B77F9; }
a { background-color: rgb(123,119,249); }
div.DivClassName
{
background-color: #7B77F9;
}
.BgClassName
{
background-color: #7B77F9;
}
</style>
border-color css
<style>
span { border-color: #7B77F9; }
span { border-color: rgb(123,119,249); }
td.TdClassName
{
border-color: #7B77F9;
}
.TagClassName
{
border-color: #7B77F9;
}
</style>