Shades of Light Slate Blue #9080F2
Tints of Light Slate Blue #9080F2
RGB
CMYK
RGB Variations
Color information
#9080F2 (or 0x9080F2) is known color: Light Slate Blue. HEX triplet: 90, 80 and F2. RGB value is (144,128,242). Sum of RGB (Red+Green+Blue) = 144+128+242=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #9080F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080F2 is #6F7F0D. Grayscale: #919191. Windows color (decimal): -7307022 or 15892624. OLE color: 15892624.
HSL color Cylindrical-coordinate representation of color #9080F2: hue angle of 248.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9080F2 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 128 | 242 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.05 |
| HSL | 248.42º | 0.81% | 0.73% | - |
| HSV(B) | 248.42º | 0.47% | 0.95% | - |
| XYZ | 35.25 | 27.78 | 87.51 | - |
| YUV | 145.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 242 | 0.40 | 0.47 | 0 | 0.05 | 248.42 | 0.81 | 0.73 |
| Hex | 90 | 80 | F2 | 28 | 2F | 0 | 5 | F8 | 51 | 49 |
| Octal | 220 | 200 | 362 | 50 | 57 | 0 | 5 | 370 | 121 | 111 |
| Binary | 10010000 | 10000000 | 11110010 | 101000 | 101111 | 0 | 101 | 11111000 | 1010001 | 1001001 |
Color Harmonies of #9080F2
Complementary color
Monochromatic Colors of #9080F2
Black with #9080F2
Text Example
Text Example
White with #9080F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080F2; }
p { color: rgb(144,128,242); }
H1.HeaderClassName
{
color: #9080F2;
}
.AnyTagClassName
{
color: #9080F2;
}
</style>
background-color css
<style>
a { background-color: #9080F2; }
a { background-color: rgb(144,128,242); }
div.DivClassName
{
background-color: #9080F2;
}
.BgClassName
{
background-color: #9080F2;
}
</style>
border-color css
<style>
span { border-color: #9080F2; }
span { border-color: rgb(144,128,242); }
td.TdClassName
{
border-color: #9080F2;
}
.TagClassName
{
border-color: #9080F2;
}
</style>