Shades of Light Slate Blue #7D83FB
Tints of Light Slate Blue #7D83FB
RGB
CMYK
RGB Variations
Color information
#7D83FB (or 0x7D83FB) is known color: Light Slate Blue. HEX triplet: 7D, 83 and FB. RGB value is (125,131,251). Sum of RGB (Red+Green+Blue) = 125+131+251=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D83FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83FB is #827C04. Grayscale: #8E8E8E. Windows color (decimal): -8551429 or 16483197. OLE color: 16483197.
HSL color Cylindrical-coordinate representation of color #7D83FB: hue angle of 237.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D83FB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 131 | 251 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.02 |
| HSL | 237.14º | 0.94% | 0.74% | - |
| HSV(B) | 237.14º | 0.5% | 0.98% | - |
| XYZ | 33.99 | 27.56 | 94.79 | - |
| YUV | 142.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 251 | 0.50 | 0.48 | 0 | 0.02 | 237.14 | 0.94 | 0.74 |
| Hex | 7D | 83 | FB | 32 | 30 | 0 | 2 | ED | 5E | 4A |
| Octal | 175 | 203 | 373 | 62 | 60 | 0 | 2 | 355 | 136 | 112 |
| Binary | 1111101 | 10000011 | 11111011 | 110010 | 110000 | 0 | 10 | 11101101 | 1011110 | 1001010 |
Color Harmonies of #7D83FB
Complementary color
Monochromatic Colors of #7D83FB
Black with #7D83FB
Text Example
Text Example
White with #7D83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D83FB; }
p { color: rgb(125,131,251); }
H1.HeaderClassName
{
color: #7D83FB;
}
.AnyTagClassName
{
color: #7D83FB;
}
</style>
background-color css
<style>
a { background-color: #7D83FB; }
a { background-color: rgb(125,131,251); }
div.DivClassName
{
background-color: #7D83FB;
}
.BgClassName
{
background-color: #7D83FB;
}
</style>
border-color css
<style>
span { border-color: #7D83FB; }
span { border-color: rgb(125,131,251); }
td.TdClassName
{
border-color: #7D83FB;
}
.TagClassName
{
border-color: #7D83FB;
}
</style>