Shades of Medium Slate Blue #7B7BEE
Tints of Medium Slate Blue #7B7BEE
RGB
CMYK
RGB Variations
Color information
#7B7BEE (or 0x7B7BEE) is known color: Medium Slate Blue. HEX triplet: 7B, 7B and EE. RGB value is (123,123,238). Sum of RGB (Red+Green+Blue) = 123+123+238=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B7BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7BEE is #848411. Grayscale: #878787. Windows color (decimal): -8684562 or 15629179. OLE color: 15629179.
HSL color Cylindrical-coordinate representation of color #7B7BEE: hue angle of 240º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B7BEE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 123 | 123 | 238 | - |
CMYK | 0.48 | 0.48 | 0 | 0.07 |
HSL | 240º | 0.77% | 0.71% | - |
HSV(B) | 240º | 0.48% | 0.93% | - |
XYZ | 30.68 | 24.55 | 84.01 | - |
YUV | 136.11 | 185.5 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 123 | 238 | 0.48 | 0.48 | 0 | 0.07 | 240 | 0.77 | 0.71 |
Hex | 7B | 7B | EE | 30 | 30 | 0 | 7 | F0 | 4D | 47 |
Octal | 173 | 173 | 356 | 60 | 60 | 0 | 7 | 360 | 115 | 107 |
Binary | 1111011 | 1111011 | 11101110 | 110000 | 110000 | 0 | 111 | 11110000 | 1001101 | 1000111 |
Color Harmonies of #7B7BEE
Complementary color
Monochromatic Colors of #7B7BEE
Black with #7B7BEE
Text Example
Text Example
White with #7B7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7BEE; }
p { color: rgb(123,123,238); }
H1.HeaderClassName
{
color: #7B7BEE;
}
.AnyTagClassName
{
color: #7B7BEE;
}
</style>
background-color css
<style>
a { background-color: #7B7BEE; }
a { background-color: rgb(123,123,238); }
div.DivClassName
{
background-color: #7B7BEE;
}
.BgClassName
{
background-color: #7B7BEE;
}
</style>
border-color css
<style>
span { border-color: #7B7BEE; }
span { border-color: rgb(123,123,238); }
td.TdClassName
{
border-color: #7B7BEE;
}
.TagClassName
{
border-color: #7B7BEE;
}
</style>