Shades of Light Slate Blue #9689F2
Tints of Light Slate Blue #9689F2
RGB
CMYK
RGB Variations
Color information
#9689F2 (or 0x9689F2) is known color: Light Slate Blue. HEX triplet: 96, 89 and F2. RGB value is (150,137,242). Sum of RGB (Red+Green+Blue) = 150+137+242=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #9689F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689F2 is #69760D. Grayscale: #989898. Windows color (decimal): -6911502 or 15894934. OLE color: 15894934.
HSL color Cylindrical-coordinate representation of color #9689F2: hue angle of 247.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9689F2 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 137 | 242 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.05 |
| HSL | 247.43º | 0.8% | 0.74% | - |
| HSV(B) | 247.43º | 0.43% | 0.95% | - |
| XYZ | 37.55 | 30.79 | 87.97 | - |
| YUV | 152.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 242 | 0.38 | 0.43 | 0 | 0.05 | 247.43 | 0.8 | 0.74 |
| Hex | 96 | 89 | F2 | 26 | 2B | 0 | 5 | F7 | 50 | 4A |
| Octal | 226 | 211 | 362 | 46 | 53 | 0 | 5 | 367 | 120 | 112 |
| Binary | 10010110 | 10001001 | 11110010 | 100110 | 101011 | 0 | 101 | 11110111 | 1010000 | 1001010 |
Color Harmonies of #9689F2
Complementary color
Monochromatic Colors of #9689F2
Black with #9689F2
Text Example
Text Example
White with #9689F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689F2; }
p { color: rgb(150,137,242); }
H1.HeaderClassName
{
color: #9689F2;
}
.AnyTagClassName
{
color: #9689F2;
}
</style>
background-color css
<style>
a { background-color: #9689F2; }
a { background-color: rgb(150,137,242); }
div.DivClassName
{
background-color: #9689F2;
}
.BgClassName
{
background-color: #9689F2;
}
</style>
border-color css
<style>
span { border-color: #9689F2; }
span { border-color: rgb(150,137,242); }
td.TdClassName
{
border-color: #9689F2;
}
.TagClassName
{
border-color: #9689F2;
}
</style>