Shades of Light Slate Blue #7B8AFE
Tints of Light Slate Blue #7B8AFE
RGB
CMYK
RGB Variations
Color information
#7B8AFE (or 0x7B8AFE) is known color: Light Slate Blue. HEX triplet: 7B, 8A and FE. RGB value is (123,138,254). Sum of RGB (Red+Green+Blue) = 123+138+254=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8AFE is #847501. Grayscale: #929292. Windows color (decimal): -8680706 or 16681595. OLE color: 16681595.
HSL color Cylindrical-coordinate representation of color #7B8AFE: hue angle of 233.13º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B8AFE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 138 | 254 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.00 |
| HSL | 233.13º | 0.98% | 0.74% | - |
| HSV(B) | 233.13º | 0.52% | 1% | - |
| XYZ | 35.15 | 29.54 | 97.62 | - |
| YUV | 146.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 254 | 0.52 | 0.46 | 0 | 0.00 | 233.13 | 0.98 | 0.74 |
| Hex | 7B | 8A | FE | 34 | 2E | 0 | 0 | E9 | 62 | 4A |
| Octal | 173 | 212 | 376 | 64 | 56 | 0 | 0 | 351 | 142 | 112 |
| Binary | 1111011 | 10001010 | 11111110 | 110100 | 101110 | 0 | 0 | 11101001 | 1100010 | 1001010 |
Color Harmonies of #7B8AFE
Complementary color
Monochromatic Colors of #7B8AFE
Black with #7B8AFE
Text Example
Text Example
White with #7B8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8AFE; }
p { color: rgb(123,138,254); }
H1.HeaderClassName
{
color: #7B8AFE;
}
.AnyTagClassName
{
color: #7B8AFE;
}
</style>
background-color css
<style>
a { background-color: #7B8AFE; }
a { background-color: rgb(123,138,254); }
div.DivClassName
{
background-color: #7B8AFE;
}
.BgClassName
{
background-color: #7B8AFE;
}
</style>
border-color css
<style>
span { border-color: #7B8AFE; }
span { border-color: rgb(123,138,254); }
td.TdClassName
{
border-color: #7B8AFE;
}
.TagClassName
{
border-color: #7B8AFE;
}
</style>