Shades of Light Slate Blue #938FFC
Tints of Light Slate Blue #938FFC
RGB
CMYK
RGB Variations
Color information
#938FFC (or 0x938FFC) is known color: Light Slate Blue. HEX triplet: 93, 8F and FC. RGB value is (147,143,252). Sum of RGB (Red+Green+Blue) = 147+143+252=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #938FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FFC is #6C7003. Grayscale: #9C9C9C. Windows color (decimal): -7106564 or 16551827. OLE color: 16551827.
HSL color Cylindrical-coordinate representation of color #938FFC: hue angle of 242.2º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938FFC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 143 | 252 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.01 |
| HSL | 242.2º | 0.95% | 0.77% | - |
| HSV(B) | 242.2º | 0.43% | 0.99% | - |
| XYZ | 39.43 | 32.88 | 96.36 | - |
| YUV | 156.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 252 | 0.42 | 0.43 | 0 | 0.01 | 242.2 | 0.95 | 0.77 |
| Hex | 93 | 8F | FC | 2A | 2B | 0 | 1 | F2 | 5F | 4D |
| Octal | 223 | 217 | 374 | 52 | 53 | 0 | 1 | 362 | 137 | 115 |
| Binary | 10010011 | 10001111 | 11111100 | 101010 | 101011 | 0 | 1 | 11110010 | 1011111 | 1001101 |
Color Harmonies of #938FFC
Complementary color
Monochromatic Colors of #938FFC
Black with #938FFC
Text Example
Text Example
White with #938FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FFC; }
p { color: rgb(147,143,252); }
H1.HeaderClassName
{
color: #938FFC;
}
.AnyTagClassName
{
color: #938FFC;
}
</style>
background-color css
<style>
a { background-color: #938FFC; }
a { background-color: rgb(147,143,252); }
div.DivClassName
{
background-color: #938FFC;
}
.BgClassName
{
background-color: #938FFC;
}
</style>
border-color css
<style>
span { border-color: #938FFC; }
span { border-color: rgb(147,143,252); }
td.TdClassName
{
border-color: #938FFC;
}
.TagClassName
{
border-color: #938FFC;
}
</style>