Shades of Light Slate Blue #907FEE
Tints of Light Slate Blue #907FEE
RGB
CMYK
RGB Variations
Color information
#907FEE (or 0x907FEE) is known color: Light Slate Blue. HEX triplet: 90, 7F and EE. RGB value is (144,127,238). Sum of RGB (Red+Green+Blue) = 144+127+238=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #907FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FEE is #6F8011. Grayscale: #909090. Windows color (decimal): -7307282 or 15630224. OLE color: 15630224.
HSL color Cylindrical-coordinate representation of color #907FEE: hue angle of 249.19º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907FEE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 127 | 238 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.07 |
| HSL | 249.19º | 0.77% | 0.72% | - |
| HSV(B) | 249.19º | 0.47% | 0.93% | - |
| XYZ | 34.52 | 27.28 | 84.34 | - |
| YUV | 144.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 238 | 0.39 | 0.47 | 0 | 0.07 | 249.19 | 0.77 | 0.72 |
| Hex | 90 | 7F | EE | 27 | 2F | 0 | 7 | F9 | 4D | 48 |
| Octal | 220 | 177 | 356 | 47 | 57 | 0 | 7 | 371 | 115 | 110 |
| Binary | 10010000 | 1111111 | 11101110 | 100111 | 101111 | 0 | 111 | 11111001 | 1001101 | 1001000 |
Color Harmonies of #907FEE
Complementary color
Monochromatic Colors of #907FEE
Black with #907FEE
Text Example
Text Example
White with #907FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FEE; }
p { color: rgb(144,127,238); }
H1.HeaderClassName
{
color: #907FEE;
}
.AnyTagClassName
{
color: #907FEE;
}
</style>
background-color css
<style>
a { background-color: #907FEE; }
a { background-color: rgb(144,127,238); }
div.DivClassName
{
background-color: #907FEE;
}
.BgClassName
{
background-color: #907FEE;
}
</style>
border-color css
<style>
span { border-color: #907FEE; }
span { border-color: rgb(144,127,238); }
td.TdClassName
{
border-color: #907FEE;
}
.TagClassName
{
border-color: #907FEE;
}
</style>