Shades of Light Slate Blue #905FFC
Tints of Light Slate Blue #905FFC
RGB
CMYK
RGB Variations
Color information
#905FFC (or 0x905FFC) is known color: Light Slate Blue. HEX triplet: 90, 5F and FC. RGB value is (144,95,252). Sum of RGB (Red+Green+Blue) = 144+95+252=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #905FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FFC is #6FA003. Grayscale: #7E7E7E. Windows color (decimal): -7315460 or 16539536. OLE color: 16539536.
HSL color Cylindrical-coordinate representation of color #905FFC: hue angle of 258.73º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905FFC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 95 | 252 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.01 |
| HSL | 258.73º | 0.96% | 0.68% | - |
| HSV(B) | 258.73º | 0.62% | 0.99% | - |
| XYZ | 33.16 | 21.14 | 94.43 | - |
| YUV | 127.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 252 | 0.43 | 0.62 | 0 | 0.01 | 258.73 | 0.96 | 0.68 |
| Hex | 90 | 5F | FC | 2B | 3E | 0 | 1 | 103 | 60 | 44 |
| Octal | 220 | 137 | 374 | 53 | 76 | 0 | 1 | 403 | 140 | 104 |
| Binary | 10010000 | 1011111 | 11111100 | 101011 | 111110 | 0 | 1 | 100000011 | 1100000 | 1000100 |
Color Harmonies of #905FFC
Complementary color
Monochromatic Colors of #905FFC
Black with #905FFC
Text Example
Text Example
White with #905FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FFC; }
p { color: rgb(144,95,252); }
H1.HeaderClassName
{
color: #905FFC;
}
.AnyTagClassName
{
color: #905FFC;
}
</style>
background-color css
<style>
a { background-color: #905FFC; }
a { background-color: rgb(144,95,252); }
div.DivClassName
{
background-color: #905FFC;
}
.BgClassName
{
background-color: #905FFC;
}
</style>
border-color css
<style>
span { border-color: #905FFC; }
span { border-color: rgb(144,95,252); }
td.TdClassName
{
border-color: #905FFC;
}
.TagClassName
{
border-color: #905FFC;
}
</style>