Shades of Light Slate Blue #907AFE
Tints of Light Slate Blue #907AFE
RGB
CMYK
RGB Variations
Color information
#907AFE (or 0x907AFE) is known color: Light Slate Blue. HEX triplet: 90, 7A and FE. RGB value is (144,122,254). Sum of RGB (Red+Green+Blue) = 144+122+254=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #907AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907AFE is #6F8501. Grayscale: #8F8F8F. Windows color (decimal): -7308546 or 16677520. OLE color: 16677520.
HSL color Cylindrical-coordinate representation of color #907AFE: hue angle of 250º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #907AFE is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 122 | 254 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.00 |
| HSL | 250º | 0.99% | 0.74% | - |
| HSV(B) | 250º | 0.52% | 1% | - |
| XYZ | 36.35 | 27 | 97.06 | - |
| YUV | 143.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 254 | 0.43 | 0.52 | 0 | 0.00 | 250 | 0.99 | 0.74 |
| Hex | 90 | 7A | FE | 2B | 34 | 0 | 0 | FA | 63 | 4A |
| Octal | 220 | 172 | 376 | 53 | 64 | 0 | 0 | 372 | 143 | 112 |
| Binary | 10010000 | 1111010 | 11111110 | 101011 | 110100 | 0 | 0 | 11111010 | 1100011 | 1001010 |
Color Harmonies of #907AFE
Complementary color
Monochromatic Colors of #907AFE
Black with #907AFE
Text Example
Text Example
White with #907AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907AFE; }
p { color: rgb(144,122,254); }
H1.HeaderClassName
{
color: #907AFE;
}
.AnyTagClassName
{
color: #907AFE;
}
</style>
background-color css
<style>
a { background-color: #907AFE; }
a { background-color: rgb(144,122,254); }
div.DivClassName
{
background-color: #907AFE;
}
.BgClassName
{
background-color: #907AFE;
}
</style>
border-color css
<style>
span { border-color: #907AFE; }
span { border-color: rgb(144,122,254); }
td.TdClassName
{
border-color: #907AFE;
}
.TagClassName
{
border-color: #907AFE;
}
</style>