Shades of Light Slate Blue #907DF6
Tints of Light Slate Blue #907DF6
RGB
CMYK
RGB Variations
Color information
#907DF6 (or 0x907DF6) is known color: Light Slate Blue. HEX triplet: 90, 7D and F6. RGB value is (144,125,246). Sum of RGB (Red+Green+Blue) = 144+125+246=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #907DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907DF6 is #6F8209. Grayscale: #909090. Windows color (decimal): -7307786 or 16154000. OLE color: 16154000.
HSL color Cylindrical-coordinate representation of color #907DF6: hue angle of 249.42º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #907DF6 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 125 | 246 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.04 |
| HSL | 249.42º | 0.87% | 0.73% | - |
| HSV(B) | 249.42º | 0.49% | 0.96% | - |
| XYZ | 35.47 | 27.25 | 90.58 | - |
| YUV | 144.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 246 | 0.41 | 0.49 | 0 | 0.04 | 249.42 | 0.87 | 0.73 |
| Hex | 90 | 7D | F6 | 29 | 31 | 0 | 4 | F9 | 57 | 49 |
| Octal | 220 | 175 | 366 | 51 | 61 | 0 | 4 | 371 | 127 | 111 |
| Binary | 10010000 | 1111101 | 11110110 | 101001 | 110001 | 0 | 100 | 11111001 | 1010111 | 1001001 |
Color Harmonies of #907DF6
Complementary color
Monochromatic Colors of #907DF6
Black with #907DF6
Text Example
Text Example
White with #907DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DF6; }
p { color: rgb(144,125,246); }
H1.HeaderClassName
{
color: #907DF6;
}
.AnyTagClassName
{
color: #907DF6;
}
</style>
background-color css
<style>
a { background-color: #907DF6; }
a { background-color: rgb(144,125,246); }
div.DivClassName
{
background-color: #907DF6;
}
.BgClassName
{
background-color: #907DF6;
}
</style>
border-color css
<style>
span { border-color: #907DF6; }
span { border-color: rgb(144,125,246); }
td.TdClassName
{
border-color: #907DF6;
}
.TagClassName
{
border-color: #907DF6;
}
</style>