Shades of Medium Slate Blue #645CEA
Tints of Medium Slate Blue #645CEA
RGB
CMYK
RGB Variations
Color information
#645CEA (or 0x645CEA) is known color: Medium Slate Blue. HEX triplet: 64, 5C and EA. RGB value is (100,92,234). Sum of RGB (Red+Green+Blue) = 100+92+234=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #645CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CEA is #9BA315. Grayscale: #6E6E6E. Windows color (decimal): -10199830 or 15359076. OLE color: 15359076.
HSL color Cylindrical-coordinate representation of color #645CEA: hue angle of 243.38º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645CEA is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 92 | 234 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.08 |
| HSL | 243.38º | 0.77% | 0.64% | - |
| HSV(B) | 243.38º | 0.61% | 0.92% | - |
| XYZ | 23.93 | 16.3 | 79.73 | - |
| YUV | 110.58 | 197.65 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 234 | 0.57 | 0.61 | 0 | 0.08 | 243.38 | 0.77 | 0.64 |
| Hex | 64 | 5C | EA | 39 | 3D | 0 | 8 | F3 | 4D | 40 |
| Octal | 144 | 134 | 352 | 71 | 75 | 0 | 10 | 363 | 115 | 100 |
| Binary | 1100100 | 1011100 | 11101010 | 111001 | 111101 | 0 | 1000 | 11110011 | 1001101 | 1000000 |
Color Harmonies of #645CEA
Complementary color
Monochromatic Colors of #645CEA
Black with #645CEA
Text Example
Text Example
White with #645CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CEA; }
p { color: rgb(100,92,234); }
H1.HeaderClassName
{
color: #645CEA;
}
.AnyTagClassName
{
color: #645CEA;
}
</style>
background-color css
<style>
a { background-color: #645CEA; }
a { background-color: rgb(100,92,234); }
div.DivClassName
{
background-color: #645CEA;
}
.BgClassName
{
background-color: #645CEA;
}
</style>
border-color css
<style>
span { border-color: #645CEA; }
span { border-color: rgb(100,92,234); }
td.TdClassName
{
border-color: #645CEA;
}
.TagClassName
{
border-color: #645CEA;
}
</style>