Shades of Light Slate Blue #9C63FD
Tints of Light Slate Blue #9C63FD
RGB
CMYK
RGB Variations
Color information
#9C63FD (or 0x9C63FD) is known color: Light Slate Blue. HEX triplet: 9C, 63 and FD. RGB value is (156,99,253). Sum of RGB (Red+Green+Blue) = 156+99+253=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C63FD is #639C02. Grayscale: #858585. Windows color (decimal): -6528003 or 16606108. OLE color: 16606108.
HSL color Cylindrical-coordinate representation of color #9C63FD: hue angle of 262.21º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C63FD is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 99 | 253 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.01 |
| HSL | 262.21º | 0.97% | 0.69% | - |
| HSV(B) | 262.21º | 0.61% | 0.99% | - |
| XYZ | 35.9 | 23.08 | 95.49 | - |
| YUV | 133.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 253 | 0.38 | 0.61 | 0 | 0.01 | 262.21 | 0.97 | 0.69 |
| Hex | 9C | 63 | FD | 26 | 3D | 0 | 1 | 106 | 61 | 45 |
| Octal | 234 | 143 | 375 | 46 | 75 | 0 | 1 | 406 | 141 | 105 |
| Binary | 10011100 | 1100011 | 11111101 | 100110 | 111101 | 0 | 1 | 100000110 | 1100001 | 1000101 |
Color Harmonies of #9C63FD
Complementary color
Monochromatic Colors of #9C63FD
Black with #9C63FD
Text Example
Text Example
White with #9C63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C63FD; }
p { color: rgb(156,99,253); }
H1.HeaderClassName
{
color: #9C63FD;
}
.AnyTagClassName
{
color: #9C63FD;
}
</style>
background-color css
<style>
a { background-color: #9C63FD; }
a { background-color: rgb(156,99,253); }
div.DivClassName
{
background-color: #9C63FD;
}
.BgClassName
{
background-color: #9C63FD;
}
</style>
border-color css
<style>
span { border-color: #9C63FD; }
span { border-color: rgb(156,99,253); }
td.TdClassName
{
border-color: #9C63FD;
}
.TagClassName
{
border-color: #9C63FD;
}
</style>