Shades of Light Slate Blue #908AF0
Tints of Light Slate Blue #908AF0
RGB
CMYK
RGB Variations
Color information
#908AF0 (or 0x908AF0) is known color: Light Slate Blue. HEX triplet: 90, 8A and F0. RGB value is (144,138,240). Sum of RGB (Red+Green+Blue) = 144+138+240=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #908AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AF0 is #6F750F. Grayscale: #979797. Windows color (decimal): -7304464 or 15764112. OLE color: 15764112.
HSL color Cylindrical-coordinate representation of color #908AF0: hue angle of 243.53º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908AF0 is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 138 | 240 | - |
| CMYK | 0.4 | 0.42 | 0 | 0.06 |
| HSL | 243.53º | 0.77% | 0.74% | - |
| HSV(B) | 243.53º | 0.43% | 0.94% | - |
| XYZ | 36.32 | 30.4 | 86.39 | - |
| YUV | 151.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 240 | 0.4 | 0.42 | 0 | 0.06 | 243.53 | 0.77 | 0.74 |
| Hex | 90 | 8A | F0 | 28 | 2A | 0 | 6 | F4 | 4D | 4A |
| Octal | 220 | 212 | 360 | 50 | 52 | 0 | 6 | 364 | 115 | 112 |
| Binary | 10010000 | 10001010 | 11110000 | 101000 | 101010 | 0 | 110 | 11110100 | 1001101 | 1001010 |
Color Harmonies of #908AF0
Complementary color
Monochromatic Colors of #908AF0
Black with #908AF0
Text Example
Text Example
White with #908AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AF0; }
p { color: rgb(144,138,240); }
H1.HeaderClassName
{
color: #908AF0;
}
.AnyTagClassName
{
color: #908AF0;
}
</style>
background-color css
<style>
a { background-color: #908AF0; }
a { background-color: rgb(144,138,240); }
div.DivClassName
{
background-color: #908AF0;
}
.BgClassName
{
background-color: #908AF0;
}
</style>
border-color css
<style>
span { border-color: #908AF0; }
span { border-color: rgb(144,138,240); }
td.TdClassName
{
border-color: #908AF0;
}
.TagClassName
{
border-color: #908AF0;
}
</style>