Shades of Light Slate Blue #908CF7
Tints of Light Slate Blue #908CF7
RGB
CMYK
RGB Variations
Color information
#908CF7 (or 0x908CF7) is known color: Light Slate Blue. HEX triplet: 90, 8C and F7. RGB value is (144,140,247). Sum of RGB (Red+Green+Blue) = 144+140+247=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #908CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CF7 is #6F7308. Grayscale: #989898. Windows color (decimal): -7303945 or 16223376. OLE color: 16223376.
HSL color Cylindrical-coordinate representation of color #908CF7: hue angle of 242.24º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908CF7 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 140 | 247 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.03 |
| HSL | 242.24º | 0.87% | 0.76% | - |
| HSV(B) | 242.24º | 0.43% | 0.97% | - |
| XYZ | 37.67 | 31.4 | 92.07 | - |
| YUV | 153.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 247 | 0.42 | 0.43 | 0 | 0.03 | 242.24 | 0.87 | 0.76 |
| Hex | 90 | 8C | F7 | 2A | 2B | 0 | 3 | F2 | 57 | 4C |
| Octal | 220 | 214 | 367 | 52 | 53 | 0 | 3 | 362 | 127 | 114 |
| Binary | 10010000 | 10001100 | 11110111 | 101010 | 101011 | 0 | 11 | 11110010 | 1010111 | 1001100 |
Color Harmonies of #908CF7
Complementary color
Monochromatic Colors of #908CF7
Black with #908CF7
Text Example
Text Example
White with #908CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CF7; }
p { color: rgb(144,140,247); }
H1.HeaderClassName
{
color: #908CF7;
}
.AnyTagClassName
{
color: #908CF7;
}
</style>
background-color css
<style>
a { background-color: #908CF7; }
a { background-color: rgb(144,140,247); }
div.DivClassName
{
background-color: #908CF7;
}
.BgClassName
{
background-color: #908CF7;
}
</style>
border-color css
<style>
span { border-color: #908CF7; }
span { border-color: rgb(144,140,247); }
td.TdClassName
{
border-color: #908CF7;
}
.TagClassName
{
border-color: #908CF7;
}
</style>