Shades of Light Slate Blue #9063FB
Tints of Light Slate Blue #9063FB
RGB
CMYK
RGB Variations
Color information
#9063FB (or 0x9063FB) is known color: Light Slate Blue. HEX triplet: 90, 63 and FB. RGB value is (144,99,251). Sum of RGB (Red+Green+Blue) = 144+99+251=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #9063FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063FB is #6F9C04. Grayscale: #818181. Windows color (decimal): -7314437 or 16475024. OLE color: 16475024.
HSL color Cylindrical-coordinate representation of color #9063FB: hue angle of 257.76º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9063FB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 99 | 251 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.02 |
| HSL | 257.76º | 0.95% | 0.69% | - |
| HSV(B) | 257.76º | 0.61% | 0.98% | - |
| XYZ | 33.38 | 21.82 | 93.72 | - |
| YUV | 129.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 251 | 0.43 | 0.61 | 0 | 0.02 | 257.76 | 0.95 | 0.69 |
| Hex | 90 | 63 | FB | 2B | 3D | 0 | 2 | 102 | 5F | 45 |
| Octal | 220 | 143 | 373 | 53 | 75 | 0 | 2 | 402 | 137 | 105 |
| Binary | 10010000 | 1100011 | 11111011 | 101011 | 111101 | 0 | 10 | 100000010 | 1011111 | 1000101 |
Color Harmonies of #9063FB
Complementary color
Monochromatic Colors of #9063FB
Black with #9063FB
Text Example
Text Example
White with #9063FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063FB; }
p { color: rgb(144,99,251); }
H1.HeaderClassName
{
color: #9063FB;
}
.AnyTagClassName
{
color: #9063FB;
}
</style>
background-color css
<style>
a { background-color: #9063FB; }
a { background-color: rgb(144,99,251); }
div.DivClassName
{
background-color: #9063FB;
}
.BgClassName
{
background-color: #9063FB;
}
</style>
border-color css
<style>
span { border-color: #9063FB; }
span { border-color: rgb(144,99,251); }
td.TdClassName
{
border-color: #9063FB;
}
.TagClassName
{
border-color: #9063FB;
}
</style>