Shades of Medium Slate Blue #7669FB
Tints of Medium Slate Blue #7669FB
RGB
CMYK
RGB Variations
Color information
#7669FB (or 0x7669FB) is known color: Medium Slate Blue. HEX triplet: 76, 69 and FB. RGB value is (118,105,251). Sum of RGB (Red+Green+Blue) = 118+105+251=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #7669FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669FB is #899604. Grayscale: #7C7C7C. Windows color (decimal): -9016837 or 16476534. OLE color: 16476534.
HSL color Cylindrical-coordinate representation of color #7669FB: hue angle of 245.34º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7669FB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 105 | 251 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.02 |
| HSL | 245.34º | 0.95% | 0.7% | - |
| HSV(B) | 245.34º | 0.58% | 0.98% | - |
| XYZ | 29.94 | 20.92 | 93.73 | - |
| YUV | 125.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 251 | 0.53 | 0.58 | 0 | 0.02 | 245.34 | 0.95 | 0.7 |
| Hex | 76 | 69 | FB | 35 | 3A | 0 | 2 | F5 | 5F | 46 |
| Octal | 166 | 151 | 373 | 65 | 72 | 0 | 2 | 365 | 137 | 106 |
| Binary | 1110110 | 1101001 | 11111011 | 110101 | 111010 | 0 | 10 | 11110101 | 1011111 | 1000110 |
Color Harmonies of #7669FB
Complementary color
Monochromatic Colors of #7669FB
Black with #7669FB
Text Example
Text Example
White with #7669FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669FB; }
p { color: rgb(118,105,251); }
H1.HeaderClassName
{
color: #7669FB;
}
.AnyTagClassName
{
color: #7669FB;
}
</style>
background-color css
<style>
a { background-color: #7669FB; }
a { background-color: rgb(118,105,251); }
div.DivClassName
{
background-color: #7669FB;
}
.BgClassName
{
background-color: #7669FB;
}
</style>
border-color css
<style>
span { border-color: #7669FB; }
span { border-color: rgb(118,105,251); }
td.TdClassName
{
border-color: #7669FB;
}
.TagClassName
{
border-color: #7669FB;
}
</style>