Shades of Light Slate Blue #907CFC
Tints of Light Slate Blue #907CFC
RGB
CMYK
RGB Variations
Color information
#907CFC (or 0x907CFC) is known color: Light Slate Blue. HEX triplet: 90, 7C and FC. RGB value is (144,124,252). Sum of RGB (Red+Green+Blue) = 144+124+252=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #907CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CFC is #6F8303. Grayscale: #909090. Windows color (decimal): -7308036 or 16546960. OLE color: 16546960.
HSL color Cylindrical-coordinate representation of color #907CFC: hue angle of 249.38º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #907CFC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 124 | 252 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.01 |
| HSL | 249.38º | 0.96% | 0.74% | - |
| HSV(B) | 249.38º | 0.51% | 0.99% | - |
| XYZ | 36.28 | 27.37 | 95.47 | - |
| YUV | 144.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 252 | 0.43 | 0.51 | 0 | 0.01 | 249.38 | 0.96 | 0.74 |
| Hex | 90 | 7C | FC | 2B | 33 | 0 | 1 | F9 | 60 | 4A |
| Octal | 220 | 174 | 374 | 53 | 63 | 0 | 1 | 371 | 140 | 112 |
| Binary | 10010000 | 1111100 | 11111100 | 101011 | 110011 | 0 | 1 | 11111001 | 1100000 | 1001010 |
Color Harmonies of #907CFC
Complementary color
Monochromatic Colors of #907CFC
Black with #907CFC
Text Example
Text Example
White with #907CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CFC; }
p { color: rgb(144,124,252); }
H1.HeaderClassName
{
color: #907CFC;
}
.AnyTagClassName
{
color: #907CFC;
}
</style>
background-color css
<style>
a { background-color: #907CFC; }
a { background-color: rgb(144,124,252); }
div.DivClassName
{
background-color: #907CFC;
}
.BgClassName
{
background-color: #907CFC;
}
</style>
border-color css
<style>
span { border-color: #907CFC; }
span { border-color: rgb(144,124,252); }
td.TdClassName
{
border-color: #907CFC;
}
.TagClassName
{
border-color: #907CFC;
}
</style>