Shades of Light Slate Blue #968BFB
Tints of Light Slate Blue #968BFB
RGB
CMYK
RGB Variations
Color information
#968BFB (or 0x968BFB) is known color: Light Slate Blue. HEX triplet: 96, 8B and FB. RGB value is (150,139,251). Sum of RGB (Red+Green+Blue) = 150+139+251=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #968BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BFB is #697404. Grayscale: #9A9A9A. Windows color (decimal): -6910981 or 16485270. OLE color: 16485270.
HSL color Cylindrical-coordinate representation of color #968BFB: hue angle of 245.89º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968BFB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 139 | 251 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.02 |
| HSL | 245.89º | 0.93% | 0.76% | - |
| HSV(B) | 245.89º | 0.45% | 0.98% | - |
| XYZ | 39.22 | 31.91 | 95.36 | - |
| YUV | 155.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 251 | 0.40 | 0.45 | 0 | 0.02 | 245.89 | 0.93 | 0.76 |
| Hex | 96 | 8B | FB | 28 | 2D | 0 | 2 | F6 | 5D | 4C |
| Octal | 226 | 213 | 373 | 50 | 55 | 0 | 2 | 366 | 135 | 114 |
| Binary | 10010110 | 10001011 | 11111011 | 101000 | 101101 | 0 | 10 | 11110110 | 1011101 | 1001100 |
Color Harmonies of #968BFB
Complementary color
Monochromatic Colors of #968BFB
Black with #968BFB
Text Example
Text Example
White with #968BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BFB; }
p { color: rgb(150,139,251); }
H1.HeaderClassName
{
color: #968BFB;
}
.AnyTagClassName
{
color: #968BFB;
}
</style>
background-color css
<style>
a { background-color: #968BFB; }
a { background-color: rgb(150,139,251); }
div.DivClassName
{
background-color: #968BFB;
}
.BgClassName
{
background-color: #968BFB;
}
</style>
border-color css
<style>
span { border-color: #968BFB; }
span { border-color: rgb(150,139,251); }
td.TdClassName
{
border-color: #968BFB;
}
.TagClassName
{
border-color: #968BFB;
}
</style>