Shades of Light Slate Blue #916BFC
Tints of Light Slate Blue #916BFC
RGB
CMYK
RGB Variations
Color information
#916BFC (or 0x916BFC) is known color: Light Slate Blue. HEX triplet: 91, 6B and FC. RGB value is (145,107,252). Sum of RGB (Red+Green+Blue) = 145+107+252=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #916BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916BFC is #6E9403. Grayscale: #868686. Windows color (decimal): -7246852 or 16542609. OLE color: 16542609.
HSL color Cylindrical-coordinate representation of color #916BFC: hue angle of 255.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #916BFC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 107 | 252 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.01 |
| HSL | 255.72º | 0.96% | 0.7% | - |
| HSV(B) | 255.72º | 0.58% | 0.99% | - |
| XYZ | 34.51 | 23.56 | 94.83 | - |
| YUV | 134.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 252 | 0.42 | 0.58 | 0 | 0.01 | 255.72 | 0.96 | 0.7 |
| Hex | 91 | 6B | FC | 2A | 3A | 0 | 1 | 100 | 60 | 46 |
| Octal | 221 | 153 | 374 | 52 | 72 | 0 | 1 | 400 | 140 | 106 |
| Binary | 10010001 | 1101011 | 11111100 | 101010 | 111010 | 0 | 1 | 100000000 | 1100000 | 1000110 |
Color Harmonies of #916BFC
Complementary color
Monochromatic Colors of #916BFC
Black with #916BFC
Text Example
Text Example
White with #916BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BFC; }
p { color: rgb(145,107,252); }
H1.HeaderClassName
{
color: #916BFC;
}
.AnyTagClassName
{
color: #916BFC;
}
</style>
background-color css
<style>
a { background-color: #916BFC; }
a { background-color: rgb(145,107,252); }
div.DivClassName
{
background-color: #916BFC;
}
.BgClassName
{
background-color: #916BFC;
}
</style>
border-color css
<style>
span { border-color: #916BFC; }
span { border-color: rgb(145,107,252); }
td.TdClassName
{
border-color: #916BFC;
}
.TagClassName
{
border-color: #916BFC;
}
</style>