Shades of Light Slate Blue #9C7BFD
Tints of Light Slate Blue #9C7BFD
RGB
CMYK
RGB Variations
Color information
#9C7BFD (or 0x9C7BFD) is known color: Light Slate Blue. HEX triplet: 9C, 7B and FD. RGB value is (156,123,253). Sum of RGB (Red+Green+Blue) = 156+123+253=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BFD is #638402. Grayscale: #939393. Windows color (decimal): -6521859 or 16612252. OLE color: 16612252.
HSL color Cylindrical-coordinate representation of color #9C7BFD: hue angle of 255.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7BFD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 123 | 253 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.01 |
| HSL | 255.23º | 0.97% | 0.74% | - |
| HSV(B) | 255.23º | 0.51% | 0.99% | - |
| XYZ | 38.52 | 28.33 | 96.37 | - |
| YUV | 147.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 253 | 0.38 | 0.51 | 0 | 0.01 | 255.23 | 0.97 | 0.74 |
| Hex | 9C | 7B | FD | 26 | 33 | 0 | 1 | FF | 61 | 4A |
| Octal | 234 | 173 | 375 | 46 | 63 | 0 | 1 | 377 | 141 | 112 |
| Binary | 10011100 | 1111011 | 11111101 | 100110 | 110011 | 0 | 1 | 11111111 | 1100001 | 1001010 |
Color Harmonies of #9C7BFD
Complementary color
Monochromatic Colors of #9C7BFD
Black with #9C7BFD
Text Example
Text Example
White with #9C7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BFD; }
p { color: rgb(156,123,253); }
H1.HeaderClassName
{
color: #9C7BFD;
}
.AnyTagClassName
{
color: #9C7BFD;
}
</style>
background-color css
<style>
a { background-color: #9C7BFD; }
a { background-color: rgb(156,123,253); }
div.DivClassName
{
background-color: #9C7BFD;
}
.BgClassName
{
background-color: #9C7BFD;
}
</style>
border-color css
<style>
span { border-color: #9C7BFD; }
span { border-color: rgb(156,123,253); }
td.TdClassName
{
border-color: #9C7BFD;
}
.TagClassName
{
border-color: #9C7BFD;
}
</style>