Shades of Light Slate Blue #818BF6
Tints of Light Slate Blue #818BF6
RGB
CMYK
RGB Variations
Color information
#818BF6 (or 0x818BF6) is known color: Light Slate Blue. HEX triplet: 81, 8B and F6. RGB value is (129,139,246). Sum of RGB (Red+Green+Blue) = 129+139+246=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #818BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BF6 is #7E7409. Grayscale: #939393. Windows color (decimal): -8287242 or 16157569. OLE color: 16157569.
HSL color Cylindrical-coordinate representation of color #818BF6: hue angle of 234.87º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #818BF6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 139 | 246 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.04 |
| HSL | 234.87º | 0.87% | 0.74% | - |
| HSV(B) | 234.87º | 0.48% | 0.96% | - |
| XYZ | 34.92 | 29.79 | 91.1 | - |
| YUV | 148.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 246 | 0.48 | 0.43 | 0 | 0.04 | 234.87 | 0.87 | 0.74 |
| Hex | 81 | 8B | F6 | 30 | 2B | 0 | 4 | EB | 57 | 4A |
| Octal | 201 | 213 | 366 | 60 | 53 | 0 | 4 | 353 | 127 | 112 |
| Binary | 10000001 | 10001011 | 11110110 | 110000 | 101011 | 0 | 100 | 11101011 | 1010111 | 1001010 |
Color Harmonies of #818BF6
Complementary color
Monochromatic Colors of #818BF6
Black with #818BF6
Text Example
Text Example
White with #818BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BF6; }
p { color: rgb(129,139,246); }
H1.HeaderClassName
{
color: #818BF6;
}
.AnyTagClassName
{
color: #818BF6;
}
</style>
background-color css
<style>
a { background-color: #818BF6; }
a { background-color: rgb(129,139,246); }
div.DivClassName
{
background-color: #818BF6;
}
.BgClassName
{
background-color: #818BF6;
}
</style>
border-color css
<style>
span { border-color: #818BF6; }
span { border-color: rgb(129,139,246); }
td.TdClassName
{
border-color: #818BF6;
}
.TagClassName
{
border-color: #818BF6;
}
</style>