#7B61EB

Color #7B61EB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7B61EB

Tints of Medium Slate Blue #7B61EB

Color information

#7B61EB (or 0x7B61EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 61 and EB. RGB value is (123,97,235). Sum of RGB (Red+Green+Blue) = 123+97+235=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B61EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B61EB is #849E14. Grayscale: #777777. Windows color (decimal): -8691221 or 15425915. OLE color: 15425915.

HSL color Cylindrical-coordinate representation of color #7B61EB: hue angle of 251.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B61EB is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12397235-
CMYK0.480.5900.08
HSL251.3º77.53%65.1%-
HSV(B)251.3º58.72%92.16%-
XYZ27.4418.7680.77-
YUV120.51192.61129.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 235 (92.19% from 255) = 51.65%
R=27.03%
G=21.32%
B=51.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123972350.480.5900.08251.377.5365.1
Hex7B61EB303B08fb4e41
Octal1731413536073010373116101
Binary1111011110000111101011110000111011010001111101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B61EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B61EB; }

 p { color: rgb(123,97,235); }

 H1.HeaderClassName
 {
   color: #7B61EB;
 }
 .AnyTagClassName
 {
   color: #7B61EB;
 }
</style>
background-color css

<style>
 a { background-color: #7B61EB; }

 a { background-color: rgb(123,97,235); }

 div.DivClassName
 {
   background-color: #7B61EB;
 }
 .BgClassName
 {
   background-color: #7B61EB;
 }
</style>
border-color css

<style>
 span { border-color: #7B61EB; }

 span { border-color: rgb(123,97,235); }

 td.TdClassName
 {
   border-color: #7B61EB;
 }
 .TagClassName
 {
   border-color: #7B61EB;
 }
</style>