Shades of Light Slate Blue #9487F2
Tints of Light Slate Blue #9487F2
RGB
CMYK
RGB Variations
Color information
#9487F2 (or 0x9487F2) is known color: Light Slate Blue. HEX triplet: 94, 87 and F2. RGB value is (148,135,242). Sum of RGB (Red+Green+Blue) = 148+135+242=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #9487F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487F2 is #6B780D. Grayscale: #969696. Windows color (decimal): -7043086 or 15894420. OLE color: 15894420.
HSL color Cylindrical-coordinate representation of color #9487F2: hue angle of 247.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9487F2 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 135 | 242 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.05 |
| HSL | 247.29º | 0.8% | 0.74% | - |
| HSV(B) | 247.29º | 0.44% | 0.95% | - |
| XYZ | 36.9 | 30.03 | 87.86 | - |
| YUV | 151.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 242 | 0.39 | 0.44 | 0 | 0.05 | 247.29 | 0.8 | 0.74 |
| Hex | 94 | 87 | F2 | 27 | 2C | 0 | 5 | F7 | 50 | 4A |
| Octal | 224 | 207 | 362 | 47 | 54 | 0 | 5 | 367 | 120 | 112 |
| Binary | 10010100 | 10000111 | 11110010 | 100111 | 101100 | 0 | 101 | 11110111 | 1010000 | 1001010 |
Color Harmonies of #9487F2
Complementary color
Monochromatic Colors of #9487F2
Black with #9487F2
Text Example
Text Example
White with #9487F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487F2; }
p { color: rgb(148,135,242); }
H1.HeaderClassName
{
color: #9487F2;
}
.AnyTagClassName
{
color: #9487F2;
}
</style>
background-color css
<style>
a { background-color: #9487F2; }
a { background-color: rgb(148,135,242); }
div.DivClassName
{
background-color: #9487F2;
}
.BgClassName
{
background-color: #9487F2;
}
</style>
border-color css
<style>
span { border-color: #9487F2; }
span { border-color: rgb(148,135,242); }
td.TdClassName
{
border-color: #9487F2;
}
.TagClassName
{
border-color: #9487F2;
}
</style>