Shades of Medium Slate Blue #625CEA
Tints of Medium Slate Blue #625CEA
RGB
CMYK
RGB Variations
Color information
#625CEA (or 0x625CEA) is known color: Medium Slate Blue. HEX triplet: 62, 5C and EA. RGB value is (98,92,234). Sum of RGB (Red+Green+Blue) = 98+92+234=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #625CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625CEA is #9DA315. Grayscale: #6D6D6D. Windows color (decimal): -10330902 or 15359074. OLE color: 15359074.
HSL color Cylindrical-coordinate representation of color #625CEA: hue angle of 242.54º 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 #625CEA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 92 | 234 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.08 |
| HSL | 242.54º | 0.77% | 0.64% | - |
| HSV(B) | 242.54º | 0.61% | 0.92% | - |
| XYZ | 23.72 | 16.19 | 79.72 | - |
| YUV | 109.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 234 | 0.58 | 0.61 | 0 | 0.08 | 242.54 | 0.77 | 0.64 |
| Hex | 62 | 5C | EA | 3A | 3D | 0 | 8 | F3 | 4D | 40 |
| Octal | 142 | 134 | 352 | 72 | 75 | 0 | 10 | 363 | 115 | 100 |
| Binary | 1100010 | 1011100 | 11101010 | 111010 | 111101 | 0 | 1000 | 11110011 | 1001101 | 1000000 |
Color Harmonies of #625CEA
Complementary color
Monochromatic Colors of #625CEA
Black with #625CEA
Text Example
Text Example
White with #625CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CEA; }
p { color: rgb(98,92,234); }
H1.HeaderClassName
{
color: #625CEA;
}
.AnyTagClassName
{
color: #625CEA;
}
</style>
background-color css
<style>
a { background-color: #625CEA; }
a { background-color: rgb(98,92,234); }
div.DivClassName
{
background-color: #625CEA;
}
.BgClassName
{
background-color: #625CEA;
}
</style>
border-color css
<style>
span { border-color: #625CEA; }
span { border-color: rgb(98,92,234); }
td.TdClassName
{
border-color: #625CEA;
}
.TagClassName
{
border-color: #625CEA;
}
</style>