Shades of Medium Slate Blue #7665FB
Tints of Medium Slate Blue #7665FB
RGB
CMYK
RGB Variations
Color information
#7665FB (or 0x7665FB) is known color: Medium Slate Blue. HEX triplet: 76, 65 and FB. RGB value is (118,101,251). Sum of RGB (Red+Green+Blue) = 118+101+251=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #7665FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7665FB is #899A04. Grayscale: #7A7A7A. Windows color (decimal): -9017861 or 16475510. OLE color: 16475510.
HSL color Cylindrical-coordinate representation of color #7665FB: hue angle of 246.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7665FB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 101 | 251 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.02 |
| HSL | 246.8º | 0.95% | 0.69% | - |
| HSV(B) | 246.8º | 0.6% | 0.98% | - |
| XYZ | 29.54 | 20.12 | 93.59 | - |
| YUV | 123.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 251 | 0.53 | 0.60 | 0 | 0.02 | 246.8 | 0.95 | 0.69 |
| Hex | 76 | 65 | FB | 35 | 3C | 0 | 2 | F7 | 5F | 45 |
| Octal | 166 | 145 | 373 | 65 | 74 | 0 | 2 | 367 | 137 | 105 |
| Binary | 1110110 | 1100101 | 11111011 | 110101 | 111100 | 0 | 10 | 11110111 | 1011111 | 1000101 |
Color Harmonies of #7665FB
Complementary color
Monochromatic Colors of #7665FB
Black with #7665FB
Text Example
Text Example
White with #7665FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7665FB; }
p { color: rgb(118,101,251); }
H1.HeaderClassName
{
color: #7665FB;
}
.AnyTagClassName
{
color: #7665FB;
}
</style>
background-color css
<style>
a { background-color: #7665FB; }
a { background-color: rgb(118,101,251); }
div.DivClassName
{
background-color: #7665FB;
}
.BgClassName
{
background-color: #7665FB;
}
</style>
border-color css
<style>
span { border-color: #7665FB; }
span { border-color: rgb(118,101,251); }
td.TdClassName
{
border-color: #7665FB;
}
.TagClassName
{
border-color: #7665FB;
}
</style>