Shades of Light Slate Blue #9086FC
Tints of Light Slate Blue #9086FC
RGB
CMYK
RGB Variations
Color information
#9086FC (or 0x9086FC) is known color: Light Slate Blue. HEX triplet: 90, 86 and FC. RGB value is (144,134,252). Sum of RGB (Red+Green+Blue) = 144+134+252=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #9086FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9086FC is #6F7903. Grayscale: #959595. Windows color (decimal): -7305476 or 16549520. OLE color: 16549520.
HSL color Cylindrical-coordinate representation of color #9086FC: hue angle of 245.08º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9086FC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 134 | 252 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.01 |
| HSL | 245.08º | 0.95% | 0.76% | - |
| HSV(B) | 245.08º | 0.47% | 0.99% | - |
| XYZ | 37.6 | 30.01 | 95.91 | - |
| YUV | 150.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 252 | 0.43 | 0.47 | 0 | 0.01 | 245.08 | 0.95 | 0.76 |
| Hex | 90 | 86 | FC | 2B | 2F | 0 | 1 | F5 | 5F | 4C |
| Octal | 220 | 206 | 374 | 53 | 57 | 0 | 1 | 365 | 137 | 114 |
| Binary | 10010000 | 10000110 | 11111100 | 101011 | 101111 | 0 | 1 | 11110101 | 1011111 | 1001100 |
Color Harmonies of #9086FC
Complementary color
Monochromatic Colors of #9086FC
Black with #9086FC
Text Example
Text Example
White with #9086FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9086FC; }
p { color: rgb(144,134,252); }
H1.HeaderClassName
{
color: #9086FC;
}
.AnyTagClassName
{
color: #9086FC;
}
</style>
background-color css
<style>
a { background-color: #9086FC; }
a { background-color: rgb(144,134,252); }
div.DivClassName
{
background-color: #9086FC;
}
.BgClassName
{
background-color: #9086FC;
}
</style>
border-color css
<style>
span { border-color: #9086FC; }
span { border-color: rgb(144,134,252); }
td.TdClassName
{
border-color: #9086FC;
}
.TagClassName
{
border-color: #9086FC;
}
</style>