Shades of Light Slate Blue #917BFD
Tints of Light Slate Blue #917BFD
RGB
CMYK
RGB Variations
Color information
#917BFD (or 0x917BFD) is known color: Light Slate Blue. HEX triplet: 91, 7B and FD. RGB value is (145,123,253). Sum of RGB (Red+Green+Blue) = 145+123+253=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #917BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917BFD is #6E8402. Grayscale: #8F8F8F. Windows color (decimal): -7242755 or 16612241. OLE color: 16612241.
HSL color Cylindrical-coordinate representation of color #917BFD: hue angle of 250.15º 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 #917BFD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 123 | 253 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.01 |
| HSL | 250.15º | 0.97% | 0.74% | - |
| HSV(B) | 250.15º | 0.51% | 0.99% | - |
| XYZ | 36.49 | 27.28 | 96.27 | - |
| YUV | 144.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 253 | 0.43 | 0.51 | 0 | 0.01 | 250.15 | 0.97 | 0.74 |
| Hex | 91 | 7B | FD | 2B | 33 | 0 | 1 | FA | 61 | 4A |
| Octal | 221 | 173 | 375 | 53 | 63 | 0 | 1 | 372 | 141 | 112 |
| Binary | 10010001 | 1111011 | 11111101 | 101011 | 110011 | 0 | 1 | 11111010 | 1100001 | 1001010 |
Color Harmonies of #917BFD
Complementary color
Monochromatic Colors of #917BFD
Black with #917BFD
Text Example
Text Example
White with #917BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BFD; }
p { color: rgb(145,123,253); }
H1.HeaderClassName
{
color: #917BFD;
}
.AnyTagClassName
{
color: #917BFD;
}
</style>
background-color css
<style>
a { background-color: #917BFD; }
a { background-color: rgb(145,123,253); }
div.DivClassName
{
background-color: #917BFD;
}
.BgClassName
{
background-color: #917BFD;
}
</style>
border-color css
<style>
span { border-color: #917BFD; }
span { border-color: rgb(145,123,253); }
td.TdClassName
{
border-color: #917BFD;
}
.TagClassName
{
border-color: #917BFD;
}
</style>