Shades of Light Slate Blue #9565FB
Tints of Light Slate Blue #9565FB
RGB
CMYK
RGB Variations
Color information
#9565FB (or 0x9565FB) is known color: Light Slate Blue. HEX triplet: 95, 65 and FB. RGB value is (149,101,251). Sum of RGB (Red+Green+Blue) = 149+101+251=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #9565FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565FB is #6A9A04. Grayscale: #838383. Windows color (decimal): -6986245 or 16475541. OLE color: 16475541.
HSL color Cylindrical-coordinate representation of color #9565FB: hue angle of 259.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9565FB is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 101 | 251 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.02 |
| HSL | 259.2º | 0.95% | 0.69% | - |
| HSV(B) | 259.2º | 0.6% | 0.98% | - |
| XYZ | 34.46 | 22.66 | 93.82 | - |
| YUV | 132.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 251 | 0.41 | 0.60 | 0 | 0.02 | 259.2 | 0.95 | 0.69 |
| Hex | 95 | 65 | FB | 29 | 3C | 0 | 2 | 103 | 5F | 45 |
| Octal | 225 | 145 | 373 | 51 | 74 | 0 | 2 | 403 | 137 | 105 |
| Binary | 10010101 | 1100101 | 11111011 | 101001 | 111100 | 0 | 10 | 100000011 | 1011111 | 1000101 |
Color Harmonies of #9565FB
Complementary color
Monochromatic Colors of #9565FB
Black with #9565FB
Text Example
Text Example
White with #9565FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565FB; }
p { color: rgb(149,101,251); }
H1.HeaderClassName
{
color: #9565FB;
}
.AnyTagClassName
{
color: #9565FB;
}
</style>
background-color css
<style>
a { background-color: #9565FB; }
a { background-color: rgb(149,101,251); }
div.DivClassName
{
background-color: #9565FB;
}
.BgClassName
{
background-color: #9565FB;
}
</style>
border-color css
<style>
span { border-color: #9565FB; }
span { border-color: rgb(149,101,251); }
td.TdClassName
{
border-color: #9565FB;
}
.TagClassName
{
border-color: #9565FB;
}
</style>