Shades of Light Slate Blue #7B80FE
Tints of Light Slate Blue #7B80FE
RGB
CMYK
RGB Variations
Color information
#7B80FE (or 0x7B80FE) is known color: Light Slate Blue. HEX triplet: 7B, 80 and FE. RGB value is (123,128,254). Sum of RGB (Red+Green+Blue) = 123+128+254=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B80FE is #847F01. Grayscale: #8C8C8C. Windows color (decimal): -8683266 or 16679035. OLE color: 16679035.
HSL color Cylindrical-coordinate representation of color #7B80FE: hue angle of 237.71º 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 #7B80FE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 128 | 254 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.00 |
| HSL | 237.71º | 0.98% | 0.74% | - |
| HSV(B) | 237.71º | 0.52% | 1% | - |
| XYZ | 33.78 | 26.81 | 97.16 | - |
| YUV | 140.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 254 | 0.52 | 0.50 | 0 | 0.00 | 237.71 | 0.98 | 0.74 |
| Hex | 7B | 80 | FE | 34 | 32 | 0 | 0 | EE | 62 | 4A |
| Octal | 173 | 200 | 376 | 64 | 62 | 0 | 0 | 356 | 142 | 112 |
| Binary | 1111011 | 10000000 | 11111110 | 110100 | 110010 | 0 | 0 | 11101110 | 1100010 | 1001010 |
Color Harmonies of #7B80FE
Complementary color
Monochromatic Colors of #7B80FE
Black with #7B80FE
Text Example
Text Example
White with #7B80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B80FE; }
p { color: rgb(123,128,254); }
H1.HeaderClassName
{
color: #7B80FE;
}
.AnyTagClassName
{
color: #7B80FE;
}
</style>
background-color css
<style>
a { background-color: #7B80FE; }
a { background-color: rgb(123,128,254); }
div.DivClassName
{
background-color: #7B80FE;
}
.BgClassName
{
background-color: #7B80FE;
}
</style>
border-color css
<style>
span { border-color: #7B80FE; }
span { border-color: rgb(123,128,254); }
td.TdClassName
{
border-color: #7B80FE;
}
.TagClassName
{
border-color: #7B80FE;
}
</style>