Shades of Light Slate Blue #9D94FE
Tints of Light Slate Blue #9D94FE
RGB
CMYK
RGB Variations
Color information
#9D94FE (or 0x9D94FE) is known color: Light Slate Blue. HEX triplet: 9D, 94 and FE. RGB value is (157,148,254). Sum of RGB (Red+Green+Blue) = 157+148+254=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D94FE is #626B01. Grayscale: #A2A2A2. Windows color (decimal): -6449922 or 16684189. OLE color: 16684189.
HSL color Cylindrical-coordinate representation of color #9D94FE: hue angle of 245.09º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D94FE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 148 | 254 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.00 |
| HSL | 245.09º | 0.98% | 0.79% | - |
| HSV(B) | 245.09º | 0.42% | 1% | - |
| XYZ | 42.38 | 35.5 | 98.38 | - |
| YUV | 162.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 254 | 0.38 | 0.42 | 0 | 0.00 | 245.09 | 0.98 | 0.79 |
| Hex | 9D | 94 | FE | 26 | 2A | 0 | 0 | F5 | 62 | 4F |
| Octal | 235 | 224 | 376 | 46 | 52 | 0 | 0 | 365 | 142 | 117 |
| Binary | 10011101 | 10010100 | 11111110 | 100110 | 101010 | 0 | 0 | 11110101 | 1100010 | 1001111 |
Color Harmonies of #9D94FE
Complementary color
Monochromatic Colors of #9D94FE
Black with #9D94FE
Text Example
Text Example
White with #9D94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D94FE; }
p { color: rgb(157,148,254); }
H1.HeaderClassName
{
color: #9D94FE;
}
.AnyTagClassName
{
color: #9D94FE;
}
</style>
background-color css
<style>
a { background-color: #9D94FE; }
a { background-color: rgb(157,148,254); }
div.DivClassName
{
background-color: #9D94FE;
}
.BgClassName
{
background-color: #9D94FE;
}
</style>
border-color css
<style>
span { border-color: #9D94FE; }
span { border-color: rgb(157,148,254); }
td.TdClassName
{
border-color: #9D94FE;
}
.TagClassName
{
border-color: #9D94FE;
}
</style>