Shades of Light Slate Blue #7685FF
Tints of Light Slate Blue #7685FF
RGB
CMYK
RGB Variations
Color information
#7685FF (or 0x7685FF) is known color: Light Slate Blue. HEX triplet: 76, 85 and FF. RGB value is (118,133,255). Sum of RGB (Red+Green+Blue) = 118+133+255=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 133 (52.34% from 255 or 26.28% 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 #7685FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685FF is #897A00. Grayscale: #8D8D8D. Windows color (decimal): -9009665 or 16745846. OLE color: 16745846.
HSL color Cylindrical-coordinate representation of color #7685FF: hue angle of 233.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7685FF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 133 | 255 | - |
| CMYK | 0.54 | 0.48 | 0 | 0 |
| HSL | 233.43º | 1% | 0.73% | - |
| HSV(B) | 233.43º | 0.54% | 1% | - |
| XYZ | 33.91 | 27.85 | 98.2 | - |
| YUV | 142.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 255 | 0.54 | 0.48 | 0 | 0 | 233.43 | 1 | 0.73 |
| Hex | 76 | 85 | FF | 36 | 30 | 0 | 0 | E9 | 64 | 49 |
| Octal | 166 | 205 | 377 | 66 | 60 | 0 | 0 | 351 | 144 | 111 |
| Binary | 1110110 | 10000101 | 11111111 | 110110 | 110000 | 0 | 0 | 11101001 | 1100100 | 1001001 |
Color Harmonies of #7685FF
Complementary color
Monochromatic Colors of #7685FF
Black with #7685FF
Text Example
Text Example
White with #7685FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685FF; }
p { color: rgb(118,133,255); }
H1.HeaderClassName
{
color: #7685FF;
}
.AnyTagClassName
{
color: #7685FF;
}
</style>
background-color css
<style>
a { background-color: #7685FF; }
a { background-color: rgb(118,133,255); }
div.DivClassName
{
background-color: #7685FF;
}
.BgClassName
{
background-color: #7685FF;
}
</style>
border-color css
<style>
span { border-color: #7685FF; }
span { border-color: rgb(118,133,255); }
td.TdClassName
{
border-color: #7685FF;
}
.TagClassName
{
border-color: #7685FF;
}
</style>