Shades of Light Slate Blue #9A85FE
Tints of Light Slate Blue #9A85FE
RGB
CMYK
RGB Variations
Color information
#9A85FE (or 0x9A85FE) is known color: Light Slate Blue. HEX triplet: 9A, 85 and FE. RGB value is (154,133,254). Sum of RGB (Red+Green+Blue) = 154+133+254=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85FE is #657A01. Grayscale: #989898. Windows color (decimal): -6650370 or 16680346. OLE color: 16680346.
HSL color Cylindrical-coordinate representation of color #9A85FE: hue angle of 250.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A85FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 133 | 254 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.00 |
| HSL | 250.41º | 0.98% | 0.76% | - |
| HSV(B) | 250.41º | 0.48% | 1% | - |
| XYZ | 39.6 | 30.8 | 97.62 | - |
| YUV | 153.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 254 | 0.39 | 0.48 | 0 | 0.00 | 250.41 | 0.98 | 0.76 |
| Hex | 9A | 85 | FE | 27 | 30 | 0 | 0 | FA | 62 | 4C |
| Octal | 232 | 205 | 376 | 47 | 60 | 0 | 0 | 372 | 142 | 114 |
| Binary | 10011010 | 10000101 | 11111110 | 100111 | 110000 | 0 | 0 | 11111010 | 1100010 | 1001100 |
Color Harmonies of #9A85FE
Complementary color
Monochromatic Colors of #9A85FE
Black with #9A85FE
Text Example
Text Example
White with #9A85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85FE; }
p { color: rgb(154,133,254); }
H1.HeaderClassName
{
color: #9A85FE;
}
.AnyTagClassName
{
color: #9A85FE;
}
</style>
background-color css
<style>
a { background-color: #9A85FE; }
a { background-color: rgb(154,133,254); }
div.DivClassName
{
background-color: #9A85FE;
}
.BgClassName
{
background-color: #9A85FE;
}
</style>
border-color css
<style>
span { border-color: #9A85FE; }
span { border-color: rgb(154,133,254); }
td.TdClassName
{
border-color: #9A85FE;
}
.TagClassName
{
border-color: #9A85FE;
}
</style>