Shades of Light Slate Blue #837AFF
Tints of Light Slate Blue #837AFF
RGB
CMYK
RGB Variations
Color information
#837AFF (or 0x837AFF) is known color: Light Slate Blue. HEX triplet: 83, 7A and FF. RGB value is (131,122,255). Sum of RGB (Red+Green+Blue) = 131+122+255=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #837AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837AFF is #7C8500. Grayscale: #8B8B8B. Windows color (decimal): -8160513 or 16743043. OLE color: 16743043.
HSL color Cylindrical-coordinate representation of color #837AFF: hue angle of 244.06º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #837AFF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 122 | 255 | - |
| CMYK | 0.49 | 0.52 | 0 | 0 |
| HSL | 244.06º | 1% | 0.74% | - |
| HSV(B) | 244.06º | 0.52% | 1% | - |
| XYZ | 34.37 | 25.96 | 97.81 | - |
| YUV | 139.85 | 192.98 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 255 | 0.49 | 0.52 | 0 | 0 | 244.06 | 1 | 0.74 |
| Hex | 83 | 7A | FF | 31 | 34 | 0 | 0 | F4 | 64 | 4A |
| Octal | 203 | 172 | 377 | 61 | 64 | 0 | 0 | 364 | 144 | 112 |
| Binary | 10000011 | 1111010 | 11111111 | 110001 | 110100 | 0 | 0 | 11110100 | 1100100 | 1001010 |
Color Harmonies of #837AFF
Complementary color
Monochromatic Colors of #837AFF
Black with #837AFF
Text Example
Text Example
White with #837AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837AFF; }
p { color: rgb(131,122,255); }
H1.HeaderClassName
{
color: #837AFF;
}
.AnyTagClassName
{
color: #837AFF;
}
</style>
background-color css
<style>
a { background-color: #837AFF; }
a { background-color: rgb(131,122,255); }
div.DivClassName
{
background-color: #837AFF;
}
.BgClassName
{
background-color: #837AFF;
}
</style>
border-color css
<style>
span { border-color: #837AFF; }
span { border-color: rgb(131,122,255); }
td.TdClassName
{
border-color: #837AFF;
}
.TagClassName
{
border-color: #837AFF;
}
</style>