Shades of Light Slate Blue #907CFE
Tints of Light Slate Blue #907CFE
RGB
CMYK
RGB Variations
Color information
#907CFE (or 0x907CFE) is known color: Light Slate Blue. HEX triplet: 90, 7C and FE. RGB value is (144,124,254). Sum of RGB (Red+Green+Blue) = 144+124+254=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #907CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CFE is #6F8301. Grayscale: #909090. Windows color (decimal): -7308034 or 16678032. OLE color: 16678032.
HSL color Cylindrical-coordinate representation of color #907CFE: hue angle of 249.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #907CFE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 124 | 254 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.00 |
| HSL | 249.23º | 0.98% | 0.74% | - |
| HSV(B) | 249.23º | 0.51% | 1% | - |
| XYZ | 36.6 | 27.5 | 97.15 | - |
| YUV | 144.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 254 | 0.43 | 0.51 | 0 | 0.00 | 249.23 | 0.98 | 0.74 |
| Hex | 90 | 7C | FE | 2B | 33 | 0 | 0 | F9 | 62 | 4A |
| Octal | 220 | 174 | 376 | 53 | 63 | 0 | 0 | 371 | 142 | 112 |
| Binary | 10010000 | 1111100 | 11111110 | 101011 | 110011 | 0 | 0 | 11111001 | 1100010 | 1001010 |
Color Harmonies of #907CFE
Complementary color
Monochromatic Colors of #907CFE
Black with #907CFE
Text Example
Text Example
White with #907CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CFE; }
p { color: rgb(144,124,254); }
H1.HeaderClassName
{
color: #907CFE;
}
.AnyTagClassName
{
color: #907CFE;
}
</style>
background-color css
<style>
a { background-color: #907CFE; }
a { background-color: rgb(144,124,254); }
div.DivClassName
{
background-color: #907CFE;
}
.BgClassName
{
background-color: #907CFE;
}
</style>
border-color css
<style>
span { border-color: #907CFE; }
span { border-color: rgb(144,124,254); }
td.TdClassName
{
border-color: #907CFE;
}
.TagClassName
{
border-color: #907CFE;
}
</style>