Shades of Light Slate Blue #9D88FC
Tints of Light Slate Blue #9D88FC
RGB
CMYK
RGB Variations
Color information
#9D88FC (or 0x9D88FC) is known color: Light Slate Blue. HEX triplet: 9D, 88 and FC. RGB value is (157,136,252). Sum of RGB (Red+Green+Blue) = 157+136+252=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D88FC is #627703. Grayscale: #9B9B9B. Windows color (decimal): -6452996 or 16550045. OLE color: 16550045.
HSL color Cylindrical-coordinate representation of color #9D88FC: hue angle of 250.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D88FC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 136 | 252 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.01 |
| HSL | 250.86º | 0.95% | 0.76% | - |
| HSV(B) | 250.86º | 0.46% | 0.99% | - |
| XYZ | 40.28 | 31.8 | 96.11 | - |
| YUV | 155.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 252 | 0.38 | 0.46 | 0 | 0.01 | 250.86 | 0.95 | 0.76 |
| Hex | 9D | 88 | FC | 26 | 2E | 0 | 1 | FB | 5F | 4C |
| Octal | 235 | 210 | 374 | 46 | 56 | 0 | 1 | 373 | 137 | 114 |
| Binary | 10011101 | 10001000 | 11111100 | 100110 | 101110 | 0 | 1 | 11111011 | 1011111 | 1001100 |
Color Harmonies of #9D88FC
Complementary color
Monochromatic Colors of #9D88FC
Black with #9D88FC
Text Example
Text Example
White with #9D88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D88FC; }
p { color: rgb(157,136,252); }
H1.HeaderClassName
{
color: #9D88FC;
}
.AnyTagClassName
{
color: #9D88FC;
}
</style>
background-color css
<style>
a { background-color: #9D88FC; }
a { background-color: rgb(157,136,252); }
div.DivClassName
{
background-color: #9D88FC;
}
.BgClassName
{
background-color: #9D88FC;
}
</style>
border-color css
<style>
span { border-color: #9D88FC; }
span { border-color: rgb(157,136,252); }
td.TdClassName
{
border-color: #9D88FC;
}
.TagClassName
{
border-color: #9D88FC;
}
</style>