Shades of Medium Slate Blue #7643FF
Tints of Medium Slate Blue #7643FF
RGB
CMYK
RGB Variations
Color information
#7643FF (or 0x7643FF) is known color: Medium Slate Blue. HEX triplet: 76, 43 and FF. RGB value is (118,67,255). Sum of RGB (Red+Green+Blue) = 118+67+255=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #7643FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7643FF is #89BC00. Grayscale: #666666. Windows color (decimal): -9026561 or 16728950. OLE color: 16728950.
HSL color Cylindrical-coordinate representation of color #7643FF: hue angle of 256.28º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7643FF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 67 | 255 | - |
| CMYK | 0.54 | 0.74 | 0 | 0 |
| HSL | 256.28º | 1% | 0.63% | - |
| HSV(B) | 256.28º | 0.74% | 1% | - |
| XYZ | 27.53 | 15.09 | 96.07 | - |
| YUV | 103.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 255 | 0.54 | 0.74 | 0 | 0 | 256.28 | 1 | 0.63 |
| Hex | 76 | 43 | FF | 36 | 4A | 0 | 0 | 100 | 64 | 3F |
| Octal | 166 | 103 | 377 | 66 | 112 | 0 | 0 | 400 | 144 | 77 |
| Binary | 1110110 | 1000011 | 11111111 | 110110 | 1001010 | 0 | 0 | 100000000 | 1100100 | 111111 |
Color Harmonies of #7643FF
Complementary color
Monochromatic Colors of #7643FF
Black with #7643FF
Text Example
Text Example
White with #7643FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7643FF; }
p { color: rgb(118,67,255); }
H1.HeaderClassName
{
color: #7643FF;
}
.AnyTagClassName
{
color: #7643FF;
}
</style>
background-color css
<style>
a { background-color: #7643FF; }
a { background-color: rgb(118,67,255); }
div.DivClassName
{
background-color: #7643FF;
}
.BgClassName
{
background-color: #7643FF;
}
</style>
border-color css
<style>
span { border-color: #7643FF; }
span { border-color: rgb(118,67,255); }
td.TdClassName
{
border-color: #7643FF;
}
.TagClassName
{
border-color: #7643FF;
}
</style>