Shades of Light Slate Blue #7784FF
Tints of Light Slate Blue #7784FF
RGB
CMYK
RGB Variations
Color information
#7784FF (or 0x7784FF) is known color: Light Slate Blue. HEX triplet: 77, 84 and FF. RGB value is (119,132,255). Sum of RGB (Red+Green+Blue) = 119+132+255=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7784FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784FF is #887B00. Grayscale: #8D8D8D. Windows color (decimal): -8944385 or 16745591. OLE color: 16745591.
HSL color Cylindrical-coordinate representation of color #7784FF: hue angle of 234.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7784FF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 132 | 255 | - |
| CMYK | 0.53 | 0.48 | 0 | 0 |
| HSL | 234.26º | 1% | 0.73% | - |
| HSV(B) | 234.26º | 0.53% | 1% | - |
| XYZ | 33.91 | 27.64 | 98.16 | - |
| YUV | 142.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 255 | 0.53 | 0.48 | 0 | 0 | 234.26 | 1 | 0.73 |
| Hex | 77 | 84 | FF | 35 | 30 | 0 | 0 | EA | 64 | 49 |
| Octal | 167 | 204 | 377 | 65 | 60 | 0 | 0 | 352 | 144 | 111 |
| Binary | 1110111 | 10000100 | 11111111 | 110101 | 110000 | 0 | 0 | 11101010 | 1100100 | 1001001 |
Color Harmonies of #7784FF
Complementary color
Monochromatic Colors of #7784FF
Black with #7784FF
Text Example
Text Example
White with #7784FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7784FF; }
p { color: rgb(119,132,255); }
H1.HeaderClassName
{
color: #7784FF;
}
.AnyTagClassName
{
color: #7784FF;
}
</style>
background-color css
<style>
a { background-color: #7784FF; }
a { background-color: rgb(119,132,255); }
div.DivClassName
{
background-color: #7784FF;
}
.BgClassName
{
background-color: #7784FF;
}
</style>
border-color css
<style>
span { border-color: #7784FF; }
span { border-color: rgb(119,132,255); }
td.TdClassName
{
border-color: #7784FF;
}
.TagClassName
{
border-color: #7784FF;
}
</style>