Shades of Light Slate Blue #968BFC
Tints of Light Slate Blue #968BFC
RGB
CMYK
RGB Variations
Color information
#968BFC (or 0x968BFC) is known color: Light Slate Blue. HEX triplet: 96, 8B and FC. RGB value is (150,139,252). Sum of RGB (Red+Green+Blue) = 150+139+252=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #968BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BFC is #697403. Grayscale: #9A9A9A. Windows color (decimal): -6910980 or 16550806. OLE color: 16550806.
HSL color Cylindrical-coordinate representation of color #968BFC: hue angle of 245.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968BFC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 139 | 252 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.01 |
| HSL | 245.84º | 0.95% | 0.77% | - |
| HSV(B) | 245.84º | 0.45% | 0.99% | - |
| XYZ | 39.38 | 31.98 | 96.19 | - |
| YUV | 155.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 252 | 0.40 | 0.45 | 0 | 0.01 | 245.84 | 0.95 | 0.77 |
| Hex | 96 | 8B | FC | 28 | 2D | 0 | 1 | F6 | 5F | 4D |
| Octal | 226 | 213 | 374 | 50 | 55 | 0 | 1 | 366 | 137 | 115 |
| Binary | 10010110 | 10001011 | 11111100 | 101000 | 101101 | 0 | 1 | 11110110 | 1011111 | 1001101 |
Color Harmonies of #968BFC
Complementary color
Monochromatic Colors of #968BFC
Black with #968BFC
Text Example
Text Example
White with #968BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BFC; }
p { color: rgb(150,139,252); }
H1.HeaderClassName
{
color: #968BFC;
}
.AnyTagClassName
{
color: #968BFC;
}
</style>
background-color css
<style>
a { background-color: #968BFC; }
a { background-color: rgb(150,139,252); }
div.DivClassName
{
background-color: #968BFC;
}
.BgClassName
{
background-color: #968BFC;
}
</style>
border-color css
<style>
span { border-color: #968BFC; }
span { border-color: rgb(150,139,252); }
td.TdClassName
{
border-color: #968BFC;
}
.TagClassName
{
border-color: #968BFC;
}
</style>