Shades of Light Slate Blue #7B7FFA
Tints of Light Slate Blue #7B7FFA
RGB
CMYK
RGB Variations
Color information
#7B7FFA (or 0x7B7FFA) is known color: Light Slate Blue. HEX triplet: 7B, 7F and FA. RGB value is (123,127,250). Sum of RGB (Red+Green+Blue) = 123+127+250=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FFA is #848005. Grayscale: #8B8B8B. Windows color (decimal): -8683526 or 16416635. OLE color: 16416635.
HSL color Cylindrical-coordinate representation of color #7B7FFA: hue angle of 238.11º degrees, saturation: 0.93, 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 #7B7FFA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 127 | 250 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.02 |
| HSL | 238.11º | 0.93% | 0.73% | - |
| HSV(B) | 238.11º | 0.51% | 0.98% | - |
| XYZ | 33.01 | 26.29 | 93.78 | - |
| YUV | 139.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 250 | 0.51 | 0.49 | 0 | 0.02 | 238.11 | 0.93 | 0.73 |
| Hex | 7B | 7F | FA | 33 | 31 | 0 | 2 | EE | 5D | 49 |
| Octal | 173 | 177 | 372 | 63 | 61 | 0 | 2 | 356 | 135 | 111 |
| Binary | 1111011 | 1111111 | 11111010 | 110011 | 110001 | 0 | 10 | 11101110 | 1011101 | 1001001 |
Color Harmonies of #7B7FFA
Complementary color
Monochromatic Colors of #7B7FFA
Black with #7B7FFA
Text Example
Text Example
White with #7B7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FFA; }
p { color: rgb(123,127,250); }
H1.HeaderClassName
{
color: #7B7FFA;
}
.AnyTagClassName
{
color: #7B7FFA;
}
</style>
background-color css
<style>
a { background-color: #7B7FFA; }
a { background-color: rgb(123,127,250); }
div.DivClassName
{
background-color: #7B7FFA;
}
.BgClassName
{
background-color: #7B7FFA;
}
</style>
border-color css
<style>
span { border-color: #7B7FFA; }
span { border-color: rgb(123,127,250); }
td.TdClassName
{
border-color: #7B7FFA;
}
.TagClassName
{
border-color: #7B7FFA;
}
</style>