Shades of Light Slate Blue #9A7BFD
Tints of Light Slate Blue #9A7BFD
RGB
CMYK
RGB Variations
Color information
#9A7BFD (or 0x9A7BFD) is known color: Light Slate Blue. HEX triplet: 9A, 7B and FD. RGB value is (154,123,253). Sum of RGB (Red+Green+Blue) = 154+123+253=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BFD is #658402. Grayscale: #929292. Windows color (decimal): -6652931 or 16612250. OLE color: 16612250.
HSL color Cylindrical-coordinate representation of color #9A7BFD: hue angle of 254.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A7BFD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 123 | 253 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.01 |
| HSL | 254.31º | 0.97% | 0.74% | - |
| HSV(B) | 254.31º | 0.51% | 0.99% | - |
| XYZ | 38.14 | 28.13 | 96.35 | - |
| YUV | 147.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 253 | 0.39 | 0.51 | 0 | 0.01 | 254.31 | 0.97 | 0.74 |
| Hex | 9A | 7B | FD | 27 | 33 | 0 | 1 | FE | 61 | 4A |
| Octal | 232 | 173 | 375 | 47 | 63 | 0 | 1 | 376 | 141 | 112 |
| Binary | 10011010 | 1111011 | 11111101 | 100111 | 110011 | 0 | 1 | 11111110 | 1100001 | 1001010 |
Color Harmonies of #9A7BFD
Complementary color
Monochromatic Colors of #9A7BFD
Black with #9A7BFD
Text Example
Text Example
White with #9A7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BFD; }
p { color: rgb(154,123,253); }
H1.HeaderClassName
{
color: #9A7BFD;
}
.AnyTagClassName
{
color: #9A7BFD;
}
</style>
background-color css
<style>
a { background-color: #9A7BFD; }
a { background-color: rgb(154,123,253); }
div.DivClassName
{
background-color: #9A7BFD;
}
.BgClassName
{
background-color: #9A7BFD;
}
</style>
border-color css
<style>
span { border-color: #9A7BFD; }
span { border-color: rgb(154,123,253); }
td.TdClassName
{
border-color: #9A7BFD;
}
.TagClassName
{
border-color: #9A7BFD;
}
</style>