Shades of Light Slate Blue #9A76FD
Tints of Light Slate Blue #9A76FD
RGB
CMYK
RGB Variations
Color information
#9A76FD (or 0x9A76FD) is known color: Light Slate Blue. HEX triplet: 9A, 76 and FD. RGB value is (154,118,253). Sum of RGB (Red+Green+Blue) = 154+118+253=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A76FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A76FD is #658902. Grayscale: #8F8F8F. Windows color (decimal): -6654211 or 16610970. OLE color: 16610970.
HSL color Cylindrical-coordinate representation of color #9A76FD: hue angle of 256º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A76FD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 118 | 253 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.01 |
| HSL | 256º | 0.97% | 0.73% | - |
| HSV(B) | 256º | 0.53% | 0.99% | - |
| XYZ | 37.53 | 26.92 | 96.15 | - |
| YUV | 144.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 253 | 0.39 | 0.53 | 0 | 0.01 | 256 | 0.97 | 0.73 |
| Hex | 9A | 76 | FD | 27 | 35 | 0 | 1 | 100 | 61 | 49 |
| Octal | 232 | 166 | 375 | 47 | 65 | 0 | 1 | 400 | 141 | 111 |
| Binary | 10011010 | 1110110 | 11111101 | 100111 | 110101 | 0 | 1 | 100000000 | 1100001 | 1001001 |
Color Harmonies of #9A76FD
Complementary color
Monochromatic Colors of #9A76FD
Black with #9A76FD
Text Example
Text Example
White with #9A76FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A76FD; }
p { color: rgb(154,118,253); }
H1.HeaderClassName
{
color: #9A76FD;
}
.AnyTagClassName
{
color: #9A76FD;
}
</style>
background-color css
<style>
a { background-color: #9A76FD; }
a { background-color: rgb(154,118,253); }
div.DivClassName
{
background-color: #9A76FD;
}
.BgClassName
{
background-color: #9A76FD;
}
</style>
border-color css
<style>
span { border-color: #9A76FD; }
span { border-color: rgb(154,118,253); }
td.TdClassName
{
border-color: #9A76FD;
}
.TagClassName
{
border-color: #9A76FD;
}
</style>