Shades of Light Slate Blue #9085FC
Tints of Light Slate Blue #9085FC
RGB
CMYK
RGB Variations
Color information
#9085FC (or 0x9085FC) is known color: Light Slate Blue. HEX triplet: 90, 85 and FC. RGB value is (144,133,252). Sum of RGB (Red+Green+Blue) = 144+133+252=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #9085FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085FC is #6F7A03. Grayscale: #959595. Windows color (decimal): -7305732 or 16549264. OLE color: 16549264.
HSL color Cylindrical-coordinate representation of color #9085FC: hue angle of 245.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9085FC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 133 | 252 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.01 |
| HSL | 245.55º | 0.95% | 0.75% | - |
| HSV(B) | 245.55º | 0.47% | 0.99% | - |
| XYZ | 37.46 | 29.73 | 95.86 | - |
| YUV | 149.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 252 | 0.43 | 0.47 | 0 | 0.01 | 245.55 | 0.95 | 0.75 |
| Hex | 90 | 85 | FC | 2B | 2F | 0 | 1 | F6 | 5F | 4B |
| Octal | 220 | 205 | 374 | 53 | 57 | 0 | 1 | 366 | 137 | 113 |
| Binary | 10010000 | 10000101 | 11111100 | 101011 | 101111 | 0 | 1 | 11110110 | 1011111 | 1001011 |
Color Harmonies of #9085FC
Complementary color
Monochromatic Colors of #9085FC
Black with #9085FC
Text Example
Text Example
White with #9085FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9085FC; }
p { color: rgb(144,133,252); }
H1.HeaderClassName
{
color: #9085FC;
}
.AnyTagClassName
{
color: #9085FC;
}
</style>
background-color css
<style>
a { background-color: #9085FC; }
a { background-color: rgb(144,133,252); }
div.DivClassName
{
background-color: #9085FC;
}
.BgClassName
{
background-color: #9085FC;
}
</style>
border-color css
<style>
span { border-color: #9085FC; }
span { border-color: rgb(144,133,252); }
td.TdClassName
{
border-color: #9085FC;
}
.TagClassName
{
border-color: #9085FC;
}
</style>