Shades of Light Slate Blue #7077FE
Tints of Light Slate Blue #7077FE
RGB
CMYK
RGB Variations
Color information
#7077FE (or 0x7077FE) is known color: Light Slate Blue. HEX triplet: 70, 77 and FE. RGB value is (112,119,254). Sum of RGB (Red+Green+Blue) = 112+119+254=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #7077FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7077FE is #8F8801. Grayscale: #838383. Windows color (decimal): -9406466 or 16676720. OLE color: 16676720.
HSL color Cylindrical-coordinate representation of color #7077FE: hue angle of 237.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7077FE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 119 | 254 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.00 |
| HSL | 237.04º | 0.99% | 0.72% | - |
| HSV(B) | 237.04º | 0.56% | 1% | - |
| XYZ | 31.17 | 23.79 | 96.72 | - |
| YUV | 132.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 254 | 0.56 | 0.53 | 0 | 0.00 | 237.04 | 0.99 | 0.72 |
| Hex | 70 | 77 | FE | 38 | 35 | 0 | 0 | ED | 63 | 48 |
| Octal | 160 | 167 | 376 | 70 | 65 | 0 | 0 | 355 | 143 | 110 |
| Binary | 1110000 | 1110111 | 11111110 | 111000 | 110101 | 0 | 0 | 11101101 | 1100011 | 1001000 |
Color Harmonies of #7077FE
Complementary color
Monochromatic Colors of #7077FE
Black with #7077FE
Text Example
Text Example
White with #7077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077FE; }
p { color: rgb(112,119,254); }
H1.HeaderClassName
{
color: #7077FE;
}
.AnyTagClassName
{
color: #7077FE;
}
</style>
background-color css
<style>
a { background-color: #7077FE; }
a { background-color: rgb(112,119,254); }
div.DivClassName
{
background-color: #7077FE;
}
.BgClassName
{
background-color: #7077FE;
}
</style>
border-color css
<style>
span { border-color: #7077FE; }
span { border-color: rgb(112,119,254); }
td.TdClassName
{
border-color: #7077FE;
}
.TagClassName
{
border-color: #7077FE;
}
</style>