Shades of Light Slate Blue #7B7DFB
Tints of Light Slate Blue #7B7DFB
RGB
CMYK
RGB Variations
Color information
#7B7DFB (or 0x7B7DFB) is known color: Light Slate Blue. HEX triplet: 7B, 7D and FB. RGB value is (123,125,251). Sum of RGB (Red+Green+Blue) = 123+125+251=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7DFB is #848204. Grayscale: #8A8A8A. Windows color (decimal): -8684037 or 16481659. OLE color: 16481659.
HSL color Cylindrical-coordinate representation of color #7B7DFB: hue angle of 239.06º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B7DFB is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 125 | 251 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.02 |
| HSL | 239.06º | 0.94% | 0.73% | - |
| HSV(B) | 239.06º | 0.51% | 0.98% | - |
| XYZ | 32.91 | 25.84 | 94.52 | - |
| YUV | 138.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 251 | 0.51 | 0.50 | 0 | 0.02 | 239.06 | 0.94 | 0.73 |
| Hex | 7B | 7D | FB | 33 | 32 | 0 | 2 | EF | 5E | 49 |
| Octal | 173 | 175 | 373 | 63 | 62 | 0 | 2 | 357 | 136 | 111 |
| Binary | 1111011 | 1111101 | 11111011 | 110011 | 110010 | 0 | 10 | 11101111 | 1011110 | 1001001 |
Color Harmonies of #7B7DFB
Complementary color
Monochromatic Colors of #7B7DFB
Black with #7B7DFB
Text Example
Text Example
White with #7B7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DFB; }
p { color: rgb(123,125,251); }
H1.HeaderClassName
{
color: #7B7DFB;
}
.AnyTagClassName
{
color: #7B7DFB;
}
</style>
background-color css
<style>
a { background-color: #7B7DFB; }
a { background-color: rgb(123,125,251); }
div.DivClassName
{
background-color: #7B7DFB;
}
.BgClassName
{
background-color: #7B7DFB;
}
</style>
border-color css
<style>
span { border-color: #7B7DFB; }
span { border-color: rgb(123,125,251); }
td.TdClassName
{
border-color: #7B7DFB;
}
.TagClassName
{
border-color: #7B7DFB;
}
</style>