Shades of Slate Blue #625DE7
Tints of Slate Blue #625DE7
RGB
CMYK
RGB Variations
Color information
#625DE7 (or 0x625DE7) is known color: Slate Blue. HEX triplet: 62, 5D and E7. RGB value is (98,93,231). Sum of RGB (Red+Green+Blue) = 98+93+231=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #625DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625DE7 is #9DA218. Grayscale: #6D6D6D. Windows color (decimal): -10330649 or 15162722. OLE color: 15162722.
HSL color Cylindrical-coordinate representation of color #625DE7: hue angle of 242.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #625DE7 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 93 | 231 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.09 |
| HSL | 242.17º | 0.74% | 0.64% | - |
| HSV(B) | 242.17º | 0.6% | 0.91% | - |
| XYZ | 23.38 | 16.19 | 77.5 | - |
| YUV | 110.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 231 | 0.58 | 0.60 | 0 | 0.09 | 242.17 | 0.74 | 0.64 |
| Hex | 62 | 5D | E7 | 3A | 3C | 0 | 9 | F2 | 4A | 40 |
| Octal | 142 | 135 | 347 | 72 | 74 | 0 | 11 | 362 | 112 | 100 |
| Binary | 1100010 | 1011101 | 11100111 | 111010 | 111100 | 0 | 1001 | 11110010 | 1001010 | 1000000 |
Color Harmonies of #625DE7
Complementary color
Monochromatic Colors of #625DE7
Black with #625DE7
Text Example
Text Example
White with #625DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DE7; }
p { color: rgb(98,93,231); }
H1.HeaderClassName
{
color: #625DE7;
}
.AnyTagClassName
{
color: #625DE7;
}
</style>
background-color css
<style>
a { background-color: #625DE7; }
a { background-color: rgb(98,93,231); }
div.DivClassName
{
background-color: #625DE7;
}
.BgClassName
{
background-color: #625DE7;
}
</style>
border-color css
<style>
span { border-color: #625DE7; }
span { border-color: rgb(98,93,231); }
td.TdClassName
{
border-color: #625DE7;
}
.TagClassName
{
border-color: #625DE7;
}
</style>