Shades of Light Slate Blue #9568FB
Tints of Light Slate Blue #9568FB
RGB
CMYK
RGB Variations
Color information
#9568FB (or 0x9568FB) is known color: Light Slate Blue. HEX triplet: 95, 68 and FB. RGB value is (149,104,251). Sum of RGB (Red+Green+Blue) = 149+104+251=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #9568FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568FB is #6A9704. Grayscale: #858585. Windows color (decimal): -6985477 or 16476309. OLE color: 16476309.
HSL color Cylindrical-coordinate representation of color #9568FB: hue angle of 258.37º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9568FB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 104 | 251 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.02 |
| HSL | 258.37º | 0.95% | 0.7% | - |
| HSV(B) | 258.37º | 0.59% | 0.98% | - |
| XYZ | 34.76 | 23.26 | 93.92 | - |
| YUV | 134.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 251 | 0.41 | 0.59 | 0 | 0.02 | 258.37 | 0.95 | 0.7 |
| Hex | 95 | 68 | FB | 29 | 3B | 0 | 2 | 102 | 5F | 46 |
| Octal | 225 | 150 | 373 | 51 | 73 | 0 | 2 | 402 | 137 | 106 |
| Binary | 10010101 | 1101000 | 11111011 | 101001 | 111011 | 0 | 10 | 100000010 | 1011111 | 1000110 |
Color Harmonies of #9568FB
Complementary color
Monochromatic Colors of #9568FB
Black with #9568FB
Text Example
Text Example
White with #9568FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568FB; }
p { color: rgb(149,104,251); }
H1.HeaderClassName
{
color: #9568FB;
}
.AnyTagClassName
{
color: #9568FB;
}
</style>
background-color css
<style>
a { background-color: #9568FB; }
a { background-color: rgb(149,104,251); }
div.DivClassName
{
background-color: #9568FB;
}
.BgClassName
{
background-color: #9568FB;
}
</style>
border-color css
<style>
span { border-color: #9568FB; }
span { border-color: rgb(149,104,251); }
td.TdClassName
{
border-color: #9568FB;
}
.TagClassName
{
border-color: #9568FB;
}
</style>