Shades of Light Slate Blue #9059FB
Tints of Light Slate Blue #9059FB
RGB
CMYK
RGB Variations
Color information
#9059FB (or 0x9059FB) is known color: Light Slate Blue. HEX triplet: 90, 59 and FB. RGB value is (144,89,251). Sum of RGB (Red+Green+Blue) = 144+89+251=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #9059FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059FB is #6FA604. Grayscale: #7B7B7B. Windows color (decimal): -7316997 or 16472464. OLE color: 16472464.
HSL color Cylindrical-coordinate representation of color #9059FB: hue angle of 260.37º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9059FB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 89 | 251 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.02 |
| HSL | 260.37º | 0.95% | 0.67% | - |
| HSV(B) | 260.37º | 0.65% | 0.98% | - |
| XYZ | 32.49 | 20.04 | 93.42 | - |
| YUV | 123.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 251 | 0.43 | 0.65 | 0 | 0.02 | 260.37 | 0.95 | 0.67 |
| Hex | 90 | 59 | FB | 2B | 41 | 0 | 2 | 104 | 5F | 43 |
| Octal | 220 | 131 | 373 | 53 | 101 | 0 | 2 | 404 | 137 | 103 |
| Binary | 10010000 | 1011001 | 11111011 | 101011 | 1000001 | 0 | 10 | 100000100 | 1011111 | 1000011 |
Color Harmonies of #9059FB
Complementary color
Monochromatic Colors of #9059FB
Black with #9059FB
Text Example
Text Example
White with #9059FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059FB; }
p { color: rgb(144,89,251); }
H1.HeaderClassName
{
color: #9059FB;
}
.AnyTagClassName
{
color: #9059FB;
}
</style>
background-color css
<style>
a { background-color: #9059FB; }
a { background-color: rgb(144,89,251); }
div.DivClassName
{
background-color: #9059FB;
}
.BgClassName
{
background-color: #9059FB;
}
</style>
border-color css
<style>
span { border-color: #9059FB; }
span { border-color: rgb(144,89,251); }
td.TdClassName
{
border-color: #9059FB;
}
.TagClassName
{
border-color: #9059FB;
}
</style>