Shades of Light Slate Blue #998CFD
Tints of Light Slate Blue #998CFD
RGB
CMYK
RGB Variations
Color information
#998CFD (or 0x998CFD) is known color: Light Slate Blue. HEX triplet: 99, 8C and FD. RGB value is (153,140,253). Sum of RGB (Red+Green+Blue) = 153+140+253=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #998CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CFD is #667302. Grayscale: #9C9C9C. Windows color (decimal): -6714115 or 16616601. OLE color: 16616601.
HSL color Cylindrical-coordinate representation of color #998CFD: hue angle of 246.9º degrees, saturation: 0.97, 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 #998CFD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 140 | 253 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.01 |
| HSL | 246.9º | 0.97% | 0.77% | - |
| HSV(B) | 246.9º | 0.45% | 0.99% | - |
| XYZ | 40.24 | 32.62 | 97.1 | - |
| YUV | 156.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 253 | 0.40 | 0.45 | 0 | 0.01 | 246.9 | 0.97 | 0.77 |
| Hex | 99 | 8C | FD | 28 | 2D | 0 | 1 | F7 | 61 | 4D |
| Octal | 231 | 214 | 375 | 50 | 55 | 0 | 1 | 367 | 141 | 115 |
| Binary | 10011001 | 10001100 | 11111101 | 101000 | 101101 | 0 | 1 | 11110111 | 1100001 | 1001101 |
Color Harmonies of #998CFD
Complementary color
Monochromatic Colors of #998CFD
Black with #998CFD
Text Example
Text Example
White with #998CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CFD; }
p { color: rgb(153,140,253); }
H1.HeaderClassName
{
color: #998CFD;
}
.AnyTagClassName
{
color: #998CFD;
}
</style>
background-color css
<style>
a { background-color: #998CFD; }
a { background-color: rgb(153,140,253); }
div.DivClassName
{
background-color: #998CFD;
}
.BgClassName
{
background-color: #998CFD;
}
</style>
border-color css
<style>
span { border-color: #998CFD; }
span { border-color: rgb(153,140,253); }
td.TdClassName
{
border-color: #998CFD;
}
.TagClassName
{
border-color: #998CFD;
}
</style>