Shades of Light Slate Blue #9B74FE
Tints of Light Slate Blue #9B74FE
RGB
CMYK
RGB Variations
Color information
#9B74FE (or 0x9B74FE) is known color: Light Slate Blue. HEX triplet: 9B, 74 and FE. RGB value is (155,116,254). Sum of RGB (Red+Green+Blue) = 155+116+254=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74FE is #648B01. Grayscale: #8E8E8E. Windows color (decimal): -6589186 or 16675995. OLE color: 16675995.
HSL color Cylindrical-coordinate representation of color #9B74FE: hue angle of 256.96º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B74FE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 116 | 254 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.00 |
| HSL | 256.96º | 0.99% | 0.73% | - |
| HSV(B) | 256.96º | 0.54% | 1% | - |
| XYZ | 37.65 | 26.62 | 96.92 | - |
| YUV | 143.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 254 | 0.39 | 0.54 | 0 | 0.00 | 256.96 | 0.99 | 0.73 |
| Hex | 9B | 74 | FE | 27 | 36 | 0 | 0 | 101 | 63 | 49 |
| Octal | 233 | 164 | 376 | 47 | 66 | 0 | 0 | 401 | 143 | 111 |
| Binary | 10011011 | 1110100 | 11111110 | 100111 | 110110 | 0 | 0 | 100000001 | 1100011 | 1001001 |
Color Harmonies of #9B74FE
Complementary color
Monochromatic Colors of #9B74FE
Black with #9B74FE
Text Example
Text Example
White with #9B74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B74FE; }
p { color: rgb(155,116,254); }
H1.HeaderClassName
{
color: #9B74FE;
}
.AnyTagClassName
{
color: #9B74FE;
}
</style>
background-color css
<style>
a { background-color: #9B74FE; }
a { background-color: rgb(155,116,254); }
div.DivClassName
{
background-color: #9B74FE;
}
.BgClassName
{
background-color: #9B74FE;
}
</style>
border-color css
<style>
span { border-color: #9B74FE; }
span { border-color: rgb(155,116,254); }
td.TdClassName
{
border-color: #9B74FE;
}
.TagClassName
{
border-color: #9B74FE;
}
</style>