Shades of Light Slate Blue #9469FF
Tints of Light Slate Blue #9469FF
RGB
CMYK
RGB Variations
Color information
#9469FF (or 0x9469FF) is known color: Light Slate Blue. HEX triplet: 94, 69 and FF. RGB value is (148,105,255). Sum of RGB (Red+Green+Blue) = 148+105+255=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #9469FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9469FF is #6B9600. Grayscale: #868686. Windows color (decimal): -7050753 or 16738708. OLE color: 16738708.
HSL color Cylindrical-coordinate representation of color #9469FF: hue angle of 257.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9469FF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 105 | 255 | - |
| CMYK | 0.42 | 0.59 | 0 | 0 |
| HSL | 257.2º | 1% | 0.71% | - |
| HSV(B) | 257.2º | 0.59% | 1% | - |
| XYZ | 35.31 | 23.62 | 97.31 | - |
| YUV | 134.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 255 | 0.42 | 0.59 | 0 | 0 | 257.2 | 1 | 0.71 |
| Hex | 94 | 69 | FF | 2A | 3B | 0 | 0 | 101 | 64 | 47 |
| Octal | 224 | 151 | 377 | 52 | 73 | 0 | 0 | 401 | 144 | 107 |
| Binary | 10010100 | 1101001 | 11111111 | 101010 | 111011 | 0 | 0 | 100000001 | 1100100 | 1000111 |
Color Harmonies of #9469FF
Complementary color
Monochromatic Colors of #9469FF
Black with #9469FF
Text Example
Text Example
White with #9469FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469FF; }
p { color: rgb(148,105,255); }
H1.HeaderClassName
{
color: #9469FF;
}
.AnyTagClassName
{
color: #9469FF;
}
</style>
background-color css
<style>
a { background-color: #9469FF; }
a { background-color: rgb(148,105,255); }
div.DivClassName
{
background-color: #9469FF;
}
.BgClassName
{
background-color: #9469FF;
}
</style>
border-color css
<style>
span { border-color: #9469FF; }
span { border-color: rgb(148,105,255); }
td.TdClassName
{
border-color: #9469FF;
}
.TagClassName
{
border-color: #9469FF;
}
</style>