Shades of Light Slate Blue #837BFD
Tints of Light Slate Blue #837BFD
RGB
CMYK
RGB Variations
Color information
#837BFD (or 0x837BFD) is known color: Light Slate Blue. HEX triplet: 83, 7B and FD. RGB value is (131,123,253). Sum of RGB (Red+Green+Blue) = 131+123+253=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #837BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837BFD is #7C8402. Grayscale: #8B8B8B. Windows color (decimal): -8160259 or 16612227. OLE color: 16612227.
HSL color Cylindrical-coordinate representation of color #837BFD: hue angle of 243.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #837BFD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 123 | 253 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.01 |
| HSL | 243.69º | 0.97% | 0.74% | - |
| HSV(B) | 243.69º | 0.51% | 0.99% | - |
| XYZ | 34.17 | 26.08 | 96.16 | - |
| YUV | 140.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 253 | 0.48 | 0.51 | 0 | 0.01 | 243.69 | 0.97 | 0.74 |
| Hex | 83 | 7B | FD | 30 | 33 | 0 | 1 | F4 | 61 | 4A |
| Octal | 203 | 173 | 375 | 60 | 63 | 0 | 1 | 364 | 141 | 112 |
| Binary | 10000011 | 1111011 | 11111101 | 110000 | 110011 | 0 | 1 | 11110100 | 1100001 | 1001010 |
Color Harmonies of #837BFD
Complementary color
Monochromatic Colors of #837BFD
Black with #837BFD
Text Example
Text Example
White with #837BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837BFD; }
p { color: rgb(131,123,253); }
H1.HeaderClassName
{
color: #837BFD;
}
.AnyTagClassName
{
color: #837BFD;
}
</style>
background-color css
<style>
a { background-color: #837BFD; }
a { background-color: rgb(131,123,253); }
div.DivClassName
{
background-color: #837BFD;
}
.BgClassName
{
background-color: #837BFD;
}
</style>
border-color css
<style>
span { border-color: #837BFD; }
span { border-color: rgb(131,123,253); }
td.TdClassName
{
border-color: #837BFD;
}
.TagClassName
{
border-color: #837BFD;
}
</style>