Shades of Light Slate Blue #908AFC
Tints of Light Slate Blue #908AFC
RGB
CMYK
RGB Variations
Color information
#908AFC (or 0x908AFC) is known color: Light Slate Blue. HEX triplet: 90, 8A and FC. RGB value is (144,138,252). Sum of RGB (Red+Green+Blue) = 144+138+252=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #908AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AFC is #6F7503. Grayscale: #989898. Windows color (decimal): -7304452 or 16550544. OLE color: 16550544.
HSL color Cylindrical-coordinate representation of color #908AFC: hue angle of 243.16º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #908AFC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 138 | 252 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.01 |
| HSL | 243.16º | 0.95% | 0.76% | - |
| HSV(B) | 243.16º | 0.45% | 0.99% | - |
| XYZ | 38.16 | 31.13 | 96.09 | - |
| YUV | 152.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 252 | 0.43 | 0.45 | 0 | 0.01 | 243.16 | 0.95 | 0.76 |
| Hex | 90 | 8A | FC | 2B | 2D | 0 | 1 | F3 | 5F | 4C |
| Octal | 220 | 212 | 374 | 53 | 55 | 0 | 1 | 363 | 137 | 114 |
| Binary | 10010000 | 10001010 | 11111100 | 101011 | 101101 | 0 | 1 | 11110011 | 1011111 | 1001100 |
Color Harmonies of #908AFC
Complementary color
Monochromatic Colors of #908AFC
Black with #908AFC
Text Example
Text Example
White with #908AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AFC; }
p { color: rgb(144,138,252); }
H1.HeaderClassName
{
color: #908AFC;
}
.AnyTagClassName
{
color: #908AFC;
}
</style>
background-color css
<style>
a { background-color: #908AFC; }
a { background-color: rgb(144,138,252); }
div.DivClassName
{
background-color: #908AFC;
}
.BgClassName
{
background-color: #908AFC;
}
</style>
border-color css
<style>
span { border-color: #908AFC; }
span { border-color: rgb(144,138,252); }
td.TdClassName
{
border-color: #908AFC;
}
.TagClassName
{
border-color: #908AFC;
}
</style>