Shades of Light Slate Blue #9C7BFB
Tints of Light Slate Blue #9C7BFB
RGB
CMYK
RGB Variations
Color information
#9C7BFB (or 0x9C7BFB) is known color: Light Slate Blue. HEX triplet: 9C, 7B and FB. RGB value is (156,123,251). Sum of RGB (Red+Green+Blue) = 156+123+251=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BFB is #638404. Grayscale: #929292. Windows color (decimal): -6521861 or 16481180. OLE color: 16481180.
HSL color Cylindrical-coordinate representation of color #9C7BFB: hue angle of 255.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7BFB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 123 | 251 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.02 |
| HSL | 255.47º | 0.94% | 0.73% | - |
| HSV(B) | 255.47º | 0.51% | 0.98% | - |
| XYZ | 38.21 | 28.2 | 94.7 | - |
| YUV | 147.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 251 | 0.38 | 0.51 | 0 | 0.02 | 255.47 | 0.94 | 0.73 |
| Hex | 9C | 7B | FB | 26 | 33 | 0 | 2 | FF | 5E | 49 |
| Octal | 234 | 173 | 373 | 46 | 63 | 0 | 2 | 377 | 136 | 111 |
| Binary | 10011100 | 1111011 | 11111011 | 100110 | 110011 | 0 | 10 | 11111111 | 1011110 | 1001001 |
Color Harmonies of #9C7BFB
Complementary color
Monochromatic Colors of #9C7BFB
Black with #9C7BFB
Text Example
Text Example
White with #9C7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BFB; }
p { color: rgb(156,123,251); }
H1.HeaderClassName
{
color: #9C7BFB;
}
.AnyTagClassName
{
color: #9C7BFB;
}
</style>
background-color css
<style>
a { background-color: #9C7BFB; }
a { background-color: rgb(156,123,251); }
div.DivClassName
{
background-color: #9C7BFB;
}
.BgClassName
{
background-color: #9C7BFB;
}
</style>
border-color css
<style>
span { border-color: #9C7BFB; }
span { border-color: rgb(156,123,251); }
td.TdClassName
{
border-color: #9C7BFB;
}
.TagClassName
{
border-color: #9C7BFB;
}
</style>