Shades of Light Slate Blue #945FFC
Tints of Light Slate Blue #945FFC
RGB
CMYK
RGB Variations
Color information
#945FFC (or 0x945FFC) is known color: Light Slate Blue. HEX triplet: 94, 5F and FC. RGB value is (148,95,252). Sum of RGB (Red+Green+Blue) = 148+95+252=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #945FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945FFC is #6BA003. Grayscale: #808080. Windows color (decimal): -7053316 or 16539540. OLE color: 16539540.
HSL color Cylindrical-coordinate representation of color #945FFC: hue angle of 260.25º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945FFC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 95 | 252 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.01 |
| HSL | 260.25º | 0.96% | 0.68% | - |
| HSV(B) | 260.25º | 0.62% | 0.99% | - |
| XYZ | 33.88 | 21.51 | 94.46 | - |
| YUV | 128.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 252 | 0.41 | 0.62 | 0 | 0.01 | 260.25 | 0.96 | 0.68 |
| Hex | 94 | 5F | FC | 29 | 3E | 0 | 1 | 104 | 60 | 44 |
| Octal | 224 | 137 | 374 | 51 | 76 | 0 | 1 | 404 | 140 | 104 |
| Binary | 10010100 | 1011111 | 11111100 | 101001 | 111110 | 0 | 1 | 100000100 | 1100000 | 1000100 |
Color Harmonies of #945FFC
Complementary color
Monochromatic Colors of #945FFC
Black with #945FFC
Text Example
Text Example
White with #945FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FFC; }
p { color: rgb(148,95,252); }
H1.HeaderClassName
{
color: #945FFC;
}
.AnyTagClassName
{
color: #945FFC;
}
</style>
background-color css
<style>
a { background-color: #945FFC; }
a { background-color: rgb(148,95,252); }
div.DivClassName
{
background-color: #945FFC;
}
.BgClassName
{
background-color: #945FFC;
}
</style>
border-color css
<style>
span { border-color: #945FFC; }
span { border-color: rgb(148,95,252); }
td.TdClassName
{
border-color: #945FFC;
}
.TagClassName
{
border-color: #945FFC;
}
</style>