Shades of Medium Slate Blue #787BEA
Tints of Medium Slate Blue #787BEA
RGB
CMYK
RGB Variations
Color information
#787BEA (or 0x787BEA) is known color: Medium Slate Blue. HEX triplet: 78, 7B and EA. RGB value is (120,123,234). Sum of RGB (Red+Green+Blue) = 120+123+234=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #787BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BEA is #878415. Grayscale: #868686. Windows color (decimal): -8881174 or 15367032. OLE color: 15367032.
HSL color Cylindrical-coordinate representation of color #787BEA: hue angle of 238.42º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #787BEA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 123 | 234 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.08 |
| HSL | 238.42º | 0.73% | 0.69% | - |
| HSV(B) | 238.42º | 0.49% | 0.92% | - |
| XYZ | 29.68 | 24.1 | 80.93 | - |
| YUV | 134.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 234 | 0.49 | 0.47 | 0 | 0.08 | 238.42 | 0.73 | 0.69 |
| Hex | 78 | 7B | EA | 31 | 2F | 0 | 8 | EE | 49 | 45 |
| Octal | 170 | 173 | 352 | 61 | 57 | 0 | 10 | 356 | 111 | 105 |
| Binary | 1111000 | 1111011 | 11101010 | 110001 | 101111 | 0 | 1000 | 11101110 | 1001001 | 1000101 |
Color Harmonies of #787BEA
Complementary color
Monochromatic Colors of #787BEA
Black with #787BEA
Text Example
Text Example
White with #787BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BEA; }
p { color: rgb(120,123,234); }
H1.HeaderClassName
{
color: #787BEA;
}
.AnyTagClassName
{
color: #787BEA;
}
</style>
background-color css
<style>
a { background-color: #787BEA; }
a { background-color: rgb(120,123,234); }
div.DivClassName
{
background-color: #787BEA;
}
.BgClassName
{
background-color: #787BEA;
}
</style>
border-color css
<style>
span { border-color: #787BEA; }
span { border-color: rgb(120,123,234); }
td.TdClassName
{
border-color: #787BEA;
}
.TagClassName
{
border-color: #787BEA;
}
</style>