Shades of Light Slate Blue #7D85FB
Tints of Light Slate Blue #7D85FB
RGB
CMYK
RGB Variations
Color information
#7D85FB (or 0x7D85FB) is known color: Light Slate Blue. HEX triplet: 7D, 85 and FB. RGB value is (125,133,251). Sum of RGB (Red+Green+Blue) = 125+133+251=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D85FB is #827A04. Grayscale: #8F8F8F. Windows color (decimal): -8550917 or 16483709. OLE color: 16483709.
HSL color Cylindrical-coordinate representation of color #7D85FB: hue angle of 236.19º 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 #7D85FB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 133 | 251 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.02 |
| HSL | 236.19º | 0.94% | 0.74% | - |
| HSV(B) | 236.19º | 0.5% | 0.98% | - |
| XYZ | 34.26 | 28.1 | 94.89 | - |
| YUV | 144.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 251 | 0.50 | 0.47 | 0 | 0.02 | 236.19 | 0.94 | 0.74 |
| Hex | 7D | 85 | FB | 32 | 2F | 0 | 2 | EC | 5E | 4A |
| Octal | 175 | 205 | 373 | 62 | 57 | 0 | 2 | 354 | 136 | 112 |
| Binary | 1111101 | 10000101 | 11111011 | 110010 | 101111 | 0 | 10 | 11101100 | 1011110 | 1001010 |
Color Harmonies of #7D85FB
Complementary color
Monochromatic Colors of #7D85FB
Black with #7D85FB
Text Example
Text Example
White with #7D85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D85FB; }
p { color: rgb(125,133,251); }
H1.HeaderClassName
{
color: #7D85FB;
}
.AnyTagClassName
{
color: #7D85FB;
}
</style>
background-color css
<style>
a { background-color: #7D85FB; }
a { background-color: rgb(125,133,251); }
div.DivClassName
{
background-color: #7D85FB;
}
.BgClassName
{
background-color: #7D85FB;
}
</style>
border-color css
<style>
span { border-color: #7D85FB; }
span { border-color: rgb(125,133,251); }
td.TdClassName
{
border-color: #7D85FB;
}
.TagClassName
{
border-color: #7D85FB;
}
</style>