Shades of Light Slate Blue #9D8AF8
Tints of Light Slate Blue #9D8AF8
RGB
CMYK
RGB Variations
Color information
#9D8AF8 (or 0x9D8AF8) is known color: Light Slate Blue. HEX triplet: 9D, 8A and F8. RGB value is (157,138,248). Sum of RGB (Red+Green+Blue) = 157+138+248=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AF8 is #627507. Grayscale: #9B9B9B. Windows color (decimal): -6452488 or 16288413. OLE color: 16288413.
HSL color Cylindrical-coordinate representation of color #9D8AF8: hue angle of 250.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D8AF8 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 138 | 248 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.03 |
| HSL | 250.36º | 0.89% | 0.76% | - |
| HSV(B) | 250.36º | 0.44% | 0.97% | - |
| XYZ | 39.94 | 32.12 | 92.9 | - |
| YUV | 156.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 248 | 0.37 | 0.44 | 0 | 0.03 | 250.36 | 0.89 | 0.76 |
| Hex | 9D | 8A | F8 | 25 | 2C | 0 | 3 | FA | 59 | 4C |
| Octal | 235 | 212 | 370 | 45 | 54 | 0 | 3 | 372 | 131 | 114 |
| Binary | 10011101 | 10001010 | 11111000 | 100101 | 101100 | 0 | 11 | 11111010 | 1011001 | 1001100 |
Color Harmonies of #9D8AF8
Complementary color
Monochromatic Colors of #9D8AF8
Black with #9D8AF8
Text Example
Text Example
White with #9D8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AF8; }
p { color: rgb(157,138,248); }
H1.HeaderClassName
{
color: #9D8AF8;
}
.AnyTagClassName
{
color: #9D8AF8;
}
</style>
background-color css
<style>
a { background-color: #9D8AF8; }
a { background-color: rgb(157,138,248); }
div.DivClassName
{
background-color: #9D8AF8;
}
.BgClassName
{
background-color: #9D8AF8;
}
</style>
border-color css
<style>
span { border-color: #9D8AF8; }
span { border-color: rgb(157,138,248); }
td.TdClassName
{
border-color: #9D8AF8;
}
.TagClassName
{
border-color: #9D8AF8;
}
</style>