Shades of Light Slate Blue #7077FB
Tints of Light Slate Blue #7077FB
RGB
CMYK
RGB Variations
Color information
#7077FB (or 0x7077FB) is known color: Light Slate Blue. HEX triplet: 70, 77 and FB. RGB value is (112,119,251). Sum of RGB (Red+Green+Blue) = 112+119+251=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #7077FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7077FB is #8F8804. Grayscale: #838383. Windows color (decimal): -9406469 or 16480112. OLE color: 16480112.
HSL color Cylindrical-coordinate representation of color #7077FB: hue angle of 236.98º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7077FB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 119 | 251 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.02 |
| HSL | 236.98º | 0.95% | 0.71% | - |
| HSV(B) | 236.98º | 0.55% | 0.98% | - |
| XYZ | 30.69 | 23.6 | 94.21 | - |
| YUV | 131.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 251 | 0.55 | 0.53 | 0 | 0.02 | 236.98 | 0.95 | 0.71 |
| Hex | 70 | 77 | FB | 37 | 35 | 0 | 2 | ED | 5F | 47 |
| Octal | 160 | 167 | 373 | 67 | 65 | 0 | 2 | 355 | 137 | 107 |
| Binary | 1110000 | 1110111 | 11111011 | 110111 | 110101 | 0 | 10 | 11101101 | 1011111 | 1000111 |
Color Harmonies of #7077FB
Complementary color
Monochromatic Colors of #7077FB
Black with #7077FB
Text Example
Text Example
White with #7077FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7077FB; }
p { color: rgb(112,119,251); }
H1.HeaderClassName
{
color: #7077FB;
}
.AnyTagClassName
{
color: #7077FB;
}
</style>
background-color css
<style>
a { background-color: #7077FB; }
a { background-color: rgb(112,119,251); }
div.DivClassName
{
background-color: #7077FB;
}
.BgClassName
{
background-color: #7077FB;
}
</style>
border-color css
<style>
span { border-color: #7077FB; }
span { border-color: rgb(112,119,251); }
td.TdClassName
{
border-color: #7077FB;
}
.TagClassName
{
border-color: #7077FB;
}
</style>