Shades of Light Slate Blue #7785FA
Tints of Light Slate Blue #7785FA
RGB
CMYK
RGB Variations
Color information
#7785FA (or 0x7785FA) is known color: Light Slate Blue. HEX triplet: 77, 85 and FA. RGB value is (119,133,250). Sum of RGB (Red+Green+Blue) = 119+133+250=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7785FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7785FA is #887A05. Grayscale: #8D8D8D. Windows color (decimal): -8944134 or 16418167. OLE color: 16418167.
HSL color Cylindrical-coordinate representation of color #7785FA: hue angle of 233.59º degrees, saturation: 0.93, 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 #7785FA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 133 | 250 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.02 |
| HSL | 233.59º | 0.93% | 0.72% | - |
| HSV(B) | 233.59º | 0.52% | 0.98% | - |
| XYZ | 33.25 | 27.6 | 94.02 | - |
| YUV | 142.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 250 | 0.52 | 0.47 | 0 | 0.02 | 233.59 | 0.93 | 0.72 |
| Hex | 77 | 85 | FA | 34 | 2F | 0 | 2 | EA | 5D | 48 |
| Octal | 167 | 205 | 372 | 64 | 57 | 0 | 2 | 352 | 135 | 110 |
| Binary | 1110111 | 10000101 | 11111010 | 110100 | 101111 | 0 | 10 | 11101010 | 1011101 | 1001000 |
Color Harmonies of #7785FA
Complementary color
Monochromatic Colors of #7785FA
Black with #7785FA
Text Example
Text Example
White with #7785FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785FA; }
p { color: rgb(119,133,250); }
H1.HeaderClassName
{
color: #7785FA;
}
.AnyTagClassName
{
color: #7785FA;
}
</style>
background-color css
<style>
a { background-color: #7785FA; }
a { background-color: rgb(119,133,250); }
div.DivClassName
{
background-color: #7785FA;
}
.BgClassName
{
background-color: #7785FA;
}
</style>
border-color css
<style>
span { border-color: #7785FA; }
span { border-color: rgb(119,133,250); }
td.TdClassName
{
border-color: #7785FA;
}
.TagClassName
{
border-color: #7785FA;
}
</style>