Shades of Light Slate Blue #968AFF
Tints of Light Slate Blue #968AFF
RGB
CMYK
RGB Variations
Color information
#968AFF (or 0x968AFF) is known color: Light Slate Blue. HEX triplet: 96, 8A and FF. RGB value is (150,138,255). Sum of RGB (Red+Green+Blue) = 150+138+255=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #968AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AFF is #697500. Grayscale: #9A9A9A. Windows color (decimal): -6911233 or 16747158. OLE color: 16747158.
HSL color Cylindrical-coordinate representation of color #968AFF: hue angle of 246.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #968AFF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 138 | 255 | - |
| CMYK | 0.41 | 0.46 | 0 | 0 |
| HSL | 246.15º | 1% | 0.77% | - |
| HSV(B) | 246.15º | 0.46% | 1% | - |
| XYZ | 39.72 | 31.88 | 98.67 | - |
| YUV | 154.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 255 | 0.41 | 0.46 | 0 | 0 | 246.15 | 1 | 0.77 |
| Hex | 96 | 8A | FF | 29 | 2E | 0 | 0 | F6 | 64 | 4D |
| Octal | 226 | 212 | 377 | 51 | 56 | 0 | 0 | 366 | 144 | 115 |
| Binary | 10010110 | 10001010 | 11111111 | 101001 | 101110 | 0 | 0 | 11110110 | 1100100 | 1001101 |
Color Harmonies of #968AFF
Complementary color
Monochromatic Colors of #968AFF
Black with #968AFF
Text Example
Text Example
White with #968AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AFF; }
p { color: rgb(150,138,255); }
H1.HeaderClassName
{
color: #968AFF;
}
.AnyTagClassName
{
color: #968AFF;
}
</style>
background-color css
<style>
a { background-color: #968AFF; }
a { background-color: rgb(150,138,255); }
div.DivClassName
{
background-color: #968AFF;
}
.BgClassName
{
background-color: #968AFF;
}
</style>
border-color css
<style>
span { border-color: #968AFF; }
span { border-color: rgb(150,138,255); }
td.TdClassName
{
border-color: #968AFF;
}
.TagClassName
{
border-color: #968AFF;
}
</style>