Shades of Light Slate Blue #9D74FF
Tints of Light Slate Blue #9D74FF
RGB
CMYK
RGB Variations
Color information
#9D74FF (or 0x9D74FF) is known color: Light Slate Blue. HEX triplet: 9D, 74 and FF. RGB value is (157,116,255). Sum of RGB (Red+Green+Blue) = 157+116+255=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D74FF is #628B00. Grayscale: #8F8F8F. Windows color (decimal): -6458113 or 16741533. OLE color: 16741533.
HSL color Cylindrical-coordinate representation of color #9D74FF: hue angle of 257.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D74FF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 116 | 255 | - |
| CMYK | 0.38 | 0.55 | 0 | 0 |
| HSL | 257.7º | 1% | 0.73% | - |
| HSV(B) | 257.7º | 0.55% | 1% | - |
| XYZ | 38.2 | 26.88 | 97.78 | - |
| YUV | 144.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 255 | 0.38 | 0.55 | 0 | 0 | 257.7 | 1 | 0.73 |
| Hex | 9D | 74 | FF | 26 | 37 | 0 | 0 | 102 | 64 | 49 |
| Octal | 235 | 164 | 377 | 46 | 67 | 0 | 0 | 402 | 144 | 111 |
| Binary | 10011101 | 1110100 | 11111111 | 100110 | 110111 | 0 | 0 | 100000010 | 1100100 | 1001001 |
Color Harmonies of #9D74FF
Complementary color
Monochromatic Colors of #9D74FF
Black with #9D74FF
Text Example
Text Example
White with #9D74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D74FF; }
p { color: rgb(157,116,255); }
H1.HeaderClassName
{
color: #9D74FF;
}
.AnyTagClassName
{
color: #9D74FF;
}
</style>
background-color css
<style>
a { background-color: #9D74FF; }
a { background-color: rgb(157,116,255); }
div.DivClassName
{
background-color: #9D74FF;
}
.BgClassName
{
background-color: #9D74FF;
}
</style>
border-color css
<style>
span { border-color: #9D74FF; }
span { border-color: rgb(157,116,255); }
td.TdClassName
{
border-color: #9D74FF;
}
.TagClassName
{
border-color: #9D74FF;
}
</style>