Shades of Light Slate Blue #776FFB
Tints of Light Slate Blue #776FFB
RGB
CMYK
RGB Variations
Color information
#776FFB (or 0x776FFB) is known color: Light Slate Blue. HEX triplet: 77, 6F and FB. RGB value is (119,111,251). Sum of RGB (Red+Green+Blue) = 119+111+251=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #776FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FFB is #889004. Grayscale: #808080. Windows color (decimal): -8949765 or 16478071. OLE color: 16478071.
HSL color Cylindrical-coordinate representation of color #776FFB: hue angle of 243.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776FFB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 111 | 251 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.02 |
| HSL | 243.43º | 0.95% | 0.71% | - |
| HSV(B) | 243.43º | 0.56% | 0.98% | - |
| XYZ | 30.7 | 22.26 | 93.94 | - |
| YUV | 129.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 251 | 0.53 | 0.56 | 0 | 0.02 | 243.43 | 0.95 | 0.71 |
| Hex | 77 | 6F | FB | 35 | 38 | 0 | 2 | F3 | 5F | 47 |
| Octal | 167 | 157 | 373 | 65 | 70 | 0 | 2 | 363 | 137 | 107 |
| Binary | 1110111 | 1101111 | 11111011 | 110101 | 111000 | 0 | 10 | 11110011 | 1011111 | 1000111 |
Color Harmonies of #776FFB
Complementary color
Monochromatic Colors of #776FFB
Black with #776FFB
Text Example
Text Example
White with #776FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FFB; }
p { color: rgb(119,111,251); }
H1.HeaderClassName
{
color: #776FFB;
}
.AnyTagClassName
{
color: #776FFB;
}
</style>
background-color css
<style>
a { background-color: #776FFB; }
a { background-color: rgb(119,111,251); }
div.DivClassName
{
background-color: #776FFB;
}
.BgClassName
{
background-color: #776FFB;
}
</style>
border-color css
<style>
span { border-color: #776FFB; }
span { border-color: rgb(119,111,251); }
td.TdClassName
{
border-color: #776FFB;
}
.TagClassName
{
border-color: #776FFB;
}
</style>