Shades of Light Slate Blue #7781FF
Tints of Light Slate Blue #7781FF
RGB
CMYK
RGB Variations
Color information
#7781FF (or 0x7781FF) is known color: Light Slate Blue. HEX triplet: 77, 81 and FF. RGB value is (119,129,255). Sum of RGB (Red+Green+Blue) = 119+129+255=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7781FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7781FF is #887E00. Grayscale: #8B8B8B. Windows color (decimal): -8945153 or 16744823. OLE color: 16744823.
HSL color Cylindrical-coordinate representation of color #7781FF: hue angle of 235.59º 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 #7781FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 129 | 255 | - |
| CMYK | 0.53 | 0.49 | 0 | 0 |
| HSL | 235.59º | 1% | 0.73% | - |
| HSV(B) | 235.59º | 0.53% | 1% | - |
| XYZ | 33.51 | 26.84 | 98.02 | - |
| YUV | 140.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 255 | 0.53 | 0.49 | 0 | 0 | 235.59 | 1 | 0.73 |
| Hex | 77 | 81 | FF | 35 | 31 | 0 | 0 | EC | 64 | 49 |
| Octal | 167 | 201 | 377 | 65 | 61 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110111 | 10000001 | 11111111 | 110101 | 110001 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #7781FF
Complementary color
Monochromatic Colors of #7781FF
Black with #7781FF
Text Example
Text Example
White with #7781FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7781FF; }
p { color: rgb(119,129,255); }
H1.HeaderClassName
{
color: #7781FF;
}
.AnyTagClassName
{
color: #7781FF;
}
</style>
background-color css
<style>
a { background-color: #7781FF; }
a { background-color: rgb(119,129,255); }
div.DivClassName
{
background-color: #7781FF;
}
.BgClassName
{
background-color: #7781FF;
}
</style>
border-color css
<style>
span { border-color: #7781FF; }
span { border-color: rgb(119,129,255); }
td.TdClassName
{
border-color: #7781FF;
}
.TagClassName
{
border-color: #7781FF;
}
</style>