Shades of Light Slate Blue #907AF8
Tints of Light Slate Blue #907AF8
RGB
CMYK
RGB Variations
Color information
#907AF8 (or 0x907AF8) is known color: Light Slate Blue. HEX triplet: 90, 7A and F8. RGB value is (144,122,248). Sum of RGB (Red+Green+Blue) = 144+122+248=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #907AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907AF8 is #6F8507. Grayscale: #8E8E8E. Windows color (decimal): -7308552 or 16284304. OLE color: 16284304.
HSL color Cylindrical-coordinate representation of color #907AF8: hue angle of 250.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #907AF8 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 122 | 248 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.03 |
| HSL | 250.48º | 0.9% | 0.73% | - |
| HSV(B) | 250.48º | 0.51% | 0.97% | - |
| XYZ | 35.4 | 26.63 | 92.08 | - |
| YUV | 142.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 248 | 0.42 | 0.51 | 0 | 0.03 | 250.48 | 0.9 | 0.73 |
| Hex | 90 | 7A | F8 | 2A | 33 | 0 | 3 | FA | 5A | 49 |
| Octal | 220 | 172 | 370 | 52 | 63 | 0 | 3 | 372 | 132 | 111 |
| Binary | 10010000 | 1111010 | 11111000 | 101010 | 110011 | 0 | 11 | 11111010 | 1011010 | 1001001 |
Color Harmonies of #907AF8
Complementary color
Monochromatic Colors of #907AF8
Black with #907AF8
Text Example
Text Example
White with #907AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907AF8; }
p { color: rgb(144,122,248); }
H1.HeaderClassName
{
color: #907AF8;
}
.AnyTagClassName
{
color: #907AF8;
}
</style>
background-color css
<style>
a { background-color: #907AF8; }
a { background-color: rgb(144,122,248); }
div.DivClassName
{
background-color: #907AF8;
}
.BgClassName
{
background-color: #907AF8;
}
</style>
border-color css
<style>
span { border-color: #907AF8; }
span { border-color: rgb(144,122,248); }
td.TdClassName
{
border-color: #907AF8;
}
.TagClassName
{
border-color: #907AF8;
}
</style>