Shades of Light Slate Blue #7B8AFB
Tints of Light Slate Blue #7B8AFB
RGB
CMYK
RGB Variations
Color information
#7B8AFB (or 0x7B8AFB) is known color: Light Slate Blue. HEX triplet: 7B, 8A and FB. RGB value is (123,138,251). Sum of RGB (Red+Green+Blue) = 123+138+251=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8AFB is #847504. Grayscale: #919191. Windows color (decimal): -8680709 or 16484987. OLE color: 16484987.
HSL color Cylindrical-coordinate representation of color #7B8AFB: hue angle of 232.97º 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 #7B8AFB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 138 | 251 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.02 |
| HSL | 232.97º | 0.94% | 0.73% | - |
| HSV(B) | 232.97º | 0.51% | 0.98% | - |
| XYZ | 34.67 | 29.35 | 95.11 | - |
| YUV | 146.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 251 | 0.51 | 0.45 | 0 | 0.02 | 232.97 | 0.94 | 0.73 |
| Hex | 7B | 8A | FB | 33 | 2D | 0 | 2 | E9 | 5E | 49 |
| Octal | 173 | 212 | 373 | 63 | 55 | 0 | 2 | 351 | 136 | 111 |
| Binary | 1111011 | 10001010 | 11111011 | 110011 | 101101 | 0 | 10 | 11101001 | 1011110 | 1001001 |
Color Harmonies of #7B8AFB
Complementary color
Monochromatic Colors of #7B8AFB
Black with #7B8AFB
Text Example
Text Example
White with #7B8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8AFB; }
p { color: rgb(123,138,251); }
H1.HeaderClassName
{
color: #7B8AFB;
}
.AnyTagClassName
{
color: #7B8AFB;
}
</style>
background-color css
<style>
a { background-color: #7B8AFB; }
a { background-color: rgb(123,138,251); }
div.DivClassName
{
background-color: #7B8AFB;
}
.BgClassName
{
background-color: #7B8AFB;
}
</style>
border-color css
<style>
span { border-color: #7B8AFB; }
span { border-color: rgb(123,138,251); }
td.TdClassName
{
border-color: #7B8AFB;
}
.TagClassName
{
border-color: #7B8AFB;
}
</style>