Shades of Medium Slate Blue #645FE7
Tints of Medium Slate Blue #645FE7
RGB
CMYK
RGB Variations
Color information
#645FE7 (or 0x645FE7) is known color: Medium Slate Blue. HEX triplet: 64, 5F and E7. RGB value is (100,95,231). Sum of RGB (Red+Green+Blue) = 100+95+231=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #645FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FE7 is #9BA018. Grayscale: #6F6F6F. Windows color (decimal): -10199065 or 15163236. OLE color: 15163236.
HSL color Cylindrical-coordinate representation of color #645FE7: hue angle of 242.21º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645FE7 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 95 | 231 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.09 |
| HSL | 242.21º | 0.74% | 0.64% | - |
| HSV(B) | 242.21º | 0.59% | 0.91% | - |
| XYZ | 23.77 | 16.66 | 77.56 | - |
| YUV | 112 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 231 | 0.57 | 0.59 | 0 | 0.09 | 242.21 | 0.74 | 0.64 |
| Hex | 64 | 5F | E7 | 39 | 3B | 0 | 9 | F2 | 4A | 40 |
| Octal | 144 | 137 | 347 | 71 | 73 | 0 | 11 | 362 | 112 | 100 |
| Binary | 1100100 | 1011111 | 11100111 | 111001 | 111011 | 0 | 1001 | 11110010 | 1001010 | 1000000 |
Color Harmonies of #645FE7
Complementary color
Monochromatic Colors of #645FE7
Black with #645FE7
Text Example
Text Example
White with #645FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FE7; }
p { color: rgb(100,95,231); }
H1.HeaderClassName
{
color: #645FE7;
}
.AnyTagClassName
{
color: #645FE7;
}
</style>
background-color css
<style>
a { background-color: #645FE7; }
a { background-color: rgb(100,95,231); }
div.DivClassName
{
background-color: #645FE7;
}
.BgClassName
{
background-color: #645FE7;
}
</style>
border-color css
<style>
span { border-color: #645FE7; }
span { border-color: rgb(100,95,231); }
td.TdClassName
{
border-color: #645FE7;
}
.TagClassName
{
border-color: #645FE7;
}
</style>