Shades of Light Slate Blue #936BFC
Tints of Light Slate Blue #936BFC
RGB
CMYK
RGB Variations
Color information
#936BFC (or 0x936BFC) is known color: Light Slate Blue. HEX triplet: 93, 6B and FC. RGB value is (147,107,252). Sum of RGB (Red+Green+Blue) = 147+107+252=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #936BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BFC is #6C9403. Grayscale: #868686. Windows color (decimal): -7115780 or 16542611. OLE color: 16542611.
HSL color Cylindrical-coordinate representation of color #936BFC: hue angle of 256.55º 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 #936BFC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 107 | 252 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.01 |
| HSL | 256.55º | 0.96% | 0.7% | - |
| HSV(B) | 256.55º | 0.58% | 0.99% | - |
| XYZ | 34.86 | 23.75 | 94.84 | - |
| YUV | 135.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 252 | 0.42 | 0.58 | 0 | 0.01 | 256.55 | 0.96 | 0.7 |
| Hex | 93 | 6B | FC | 2A | 3A | 0 | 1 | 101 | 60 | 46 |
| Octal | 223 | 153 | 374 | 52 | 72 | 0 | 1 | 401 | 140 | 106 |
| Binary | 10010011 | 1101011 | 11111100 | 101010 | 111010 | 0 | 1 | 100000001 | 1100000 | 1000110 |
Color Harmonies of #936BFC
Complementary color
Monochromatic Colors of #936BFC
Black with #936BFC
Text Example
Text Example
White with #936BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BFC; }
p { color: rgb(147,107,252); }
H1.HeaderClassName
{
color: #936BFC;
}
.AnyTagClassName
{
color: #936BFC;
}
</style>
background-color css
<style>
a { background-color: #936BFC; }
a { background-color: rgb(147,107,252); }
div.DivClassName
{
background-color: #936BFC;
}
.BgClassName
{
background-color: #936BFC;
}
</style>
border-color css
<style>
span { border-color: #936BFC; }
span { border-color: rgb(147,107,252); }
td.TdClassName
{
border-color: #936BFC;
}
.TagClassName
{
border-color: #936BFC;
}
</style>