Shades of Light Slate Blue #9689EE
Tints of Light Slate Blue #9689EE
RGB
CMYK
RGB Variations
Color information
#9689EE (or 0x9689EE) is known color: Light Slate Blue. HEX triplet: 96, 89 and EE. RGB value is (150,137,238). Sum of RGB (Red+Green+Blue) = 150+137+238=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #9689EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689EE is #697611. Grayscale: #989898. Windows color (decimal): -6911506 or 15632790. OLE color: 15632790.
HSL color Cylindrical-coordinate representation of color #9689EE: hue angle of 247.72º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9689EE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 137 | 238 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.07 |
| HSL | 247.72º | 0.75% | 0.74% | - |
| HSV(B) | 247.72º | 0.42% | 0.93% | - |
| XYZ | 36.96 | 30.55 | 84.84 | - |
| YUV | 152.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 238 | 0.37 | 0.42 | 0 | 0.07 | 247.72 | 0.75 | 0.74 |
| Hex | 96 | 89 | EE | 25 | 2A | 0 | 7 | F8 | 4B | 4A |
| Octal | 226 | 211 | 356 | 45 | 52 | 0 | 7 | 370 | 113 | 112 |
| Binary | 10010110 | 10001001 | 11101110 | 100101 | 101010 | 0 | 111 | 11111000 | 1001011 | 1001010 |
Color Harmonies of #9689EE
Complementary color
Monochromatic Colors of #9689EE
Black with #9689EE
Text Example
Text Example
White with #9689EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689EE; }
p { color: rgb(150,137,238); }
H1.HeaderClassName
{
color: #9689EE;
}
.AnyTagClassName
{
color: #9689EE;
}
</style>
background-color css
<style>
a { background-color: #9689EE; }
a { background-color: rgb(150,137,238); }
div.DivClassName
{
background-color: #9689EE;
}
.BgClassName
{
background-color: #9689EE;
}
</style>
border-color css
<style>
span { border-color: #9689EE; }
span { border-color: rgb(150,137,238); }
td.TdClassName
{
border-color: #9689EE;
}
.TagClassName
{
border-color: #9689EE;
}
</style>