Shades of Light Slate Blue #918AF3
Tints of Light Slate Blue #918AF3
RGB
CMYK
RGB Variations
Color information
#918AF3 (or 0x918AF3) is known color: Light Slate Blue. HEX triplet: 91, 8A and F3. RGB value is (145,138,243). Sum of RGB (Red+Green+Blue) = 145+138+243=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #918AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AF3 is #6E750C. Grayscale: #979797. Windows color (decimal): -7238925 or 15960721. OLE color: 15960721.
HSL color Cylindrical-coordinate representation of color #918AF3: hue angle of 244º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918AF3 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 138 | 243 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.05 |
| HSL | 244º | 0.81% | 0.75% | - |
| HSV(B) | 244º | 0.43% | 0.95% | - |
| XYZ | 36.94 | 30.67 | 88.77 | - |
| YUV | 152.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 243 | 0.40 | 0.43 | 0 | 0.05 | 244 | 0.81 | 0.75 |
| Hex | 91 | 8A | F3 | 28 | 2B | 0 | 5 | F4 | 51 | 4B |
| Octal | 221 | 212 | 363 | 50 | 53 | 0 | 5 | 364 | 121 | 113 |
| Binary | 10010001 | 10001010 | 11110011 | 101000 | 101011 | 0 | 101 | 11110100 | 1010001 | 1001011 |
Color Harmonies of #918AF3
Complementary color
Monochromatic Colors of #918AF3
Black with #918AF3
Text Example
Text Example
White with #918AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AF3; }
p { color: rgb(145,138,243); }
H1.HeaderClassName
{
color: #918AF3;
}
.AnyTagClassName
{
color: #918AF3;
}
</style>
background-color css
<style>
a { background-color: #918AF3; }
a { background-color: rgb(145,138,243); }
div.DivClassName
{
background-color: #918AF3;
}
.BgClassName
{
background-color: #918AF3;
}
</style>
border-color css
<style>
span { border-color: #918AF3; }
span { border-color: rgb(145,138,243); }
td.TdClassName
{
border-color: #918AF3;
}
.TagClassName
{
border-color: #918AF3;
}
</style>