Shades of Light Slate Blue #7D83FF
Tints of Light Slate Blue #7D83FF
RGB
CMYK
RGB Variations
Color information
#7D83FF (or 0x7D83FF) is known color: Light Slate Blue. HEX triplet: 7D, 83 and FF. RGB value is (125,131,255). Sum of RGB (Red+Green+Blue) = 125+131+255=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83FF is #827C00. Grayscale: #8E8E8E. Windows color (decimal): -8551425 or 16745341. OLE color: 16745341.
HSL color Cylindrical-coordinate representation of color #7D83FF: hue angle of 237.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D83FF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 131 | 255 | - |
| CMYK | 0.51 | 0.49 | 0 | 0 |
| HSL | 237.23º | 1% | 0.75% | - |
| HSV(B) | 237.23º | 0.51% | 1% | - |
| XYZ | 34.62 | 27.81 | 98.15 | - |
| YUV | 143.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 255 | 0.51 | 0.49 | 0 | 0 | 237.23 | 1 | 0.75 |
| Hex | 7D | 83 | FF | 33 | 31 | 0 | 0 | ED | 64 | 4B |
| Octal | 175 | 203 | 377 | 63 | 61 | 0 | 0 | 355 | 144 | 113 |
| Binary | 1111101 | 10000011 | 11111111 | 110011 | 110001 | 0 | 0 | 11101101 | 1100100 | 1001011 |
Color Harmonies of #7D83FF
Complementary color
Monochromatic Colors of #7D83FF
Black with #7D83FF
Text Example
Text Example
White with #7D83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D83FF; }
p { color: rgb(125,131,255); }
H1.HeaderClassName
{
color: #7D83FF;
}
.AnyTagClassName
{
color: #7D83FF;
}
</style>
background-color css
<style>
a { background-color: #7D83FF; }
a { background-color: rgb(125,131,255); }
div.DivClassName
{
background-color: #7D83FF;
}
.BgClassName
{
background-color: #7D83FF;
}
</style>
border-color css
<style>
span { border-color: #7D83FF; }
span { border-color: rgb(125,131,255); }
td.TdClassName
{
border-color: #7D83FF;
}
.TagClassName
{
border-color: #7D83FF;
}
</style>