Shades of Light Slate Blue #9065F3
Tints of Light Slate Blue #9065F3
RGB
CMYK
RGB Variations
Color information
#9065F3 (or 0x9065F3) is known color: Light Slate Blue. HEX triplet: 90, 65 and F3. RGB value is (144,101,243). Sum of RGB (Red+Green+Blue) = 144+101+243=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #9065F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9065F3 is #6F9A0C. Grayscale: #818181. Windows color (decimal): -7313933 or 15951248. OLE color: 15951248.
HSL color Cylindrical-coordinate representation of color #9065F3: hue angle of 258.17º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9065F3 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 101 | 243 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.05 |
| HSL | 258.17º | 0.86% | 0.67% | - |
| HSV(B) | 258.17º | 0.58% | 0.95% | - |
| XYZ | 32.33 | 21.71 | 87.28 | - |
| YUV | 130.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 243 | 0.41 | 0.58 | 0 | 0.05 | 258.17 | 0.86 | 0.67 |
| Hex | 90 | 65 | F3 | 29 | 3A | 0 | 5 | 102 | 56 | 43 |
| Octal | 220 | 145 | 363 | 51 | 72 | 0 | 5 | 402 | 126 | 103 |
| Binary | 10010000 | 1100101 | 11110011 | 101001 | 111010 | 0 | 101 | 100000010 | 1010110 | 1000011 |
Color Harmonies of #9065F3
Complementary color
Monochromatic Colors of #9065F3
Black with #9065F3
Text Example
Text Example
White with #9065F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9065F3; }
p { color: rgb(144,101,243); }
H1.HeaderClassName
{
color: #9065F3;
}
.AnyTagClassName
{
color: #9065F3;
}
</style>
background-color css
<style>
a { background-color: #9065F3; }
a { background-color: rgb(144,101,243); }
div.DivClassName
{
background-color: #9065F3;
}
.BgClassName
{
background-color: #9065F3;
}
</style>
border-color css
<style>
span { border-color: #9065F3; }
span { border-color: rgb(144,101,243); }
td.TdClassName
{
border-color: #9065F3;
}
.TagClassName
{
border-color: #9065F3;
}
</style>