Html Css Color HEX #7B59F0 Medium Slate Blue

📋 copy color: '#7B59F0'

red 123 ◦ green 89 ◦ blue 240

#7B59F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7B59F0

Tints of Medium Slate Blue #7B59F0

RGB

 RED value IS 123 (48.44% from 255) = 27.21%

 GREEN value IS 89 (35.16% from 255) = 19.69%

 BLUE value IS 240 (94.14% from 255) = 53.1%

R = 27.21%
G = 19.69%
B = 53.1%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B59F0 (or 0x7B59F0) is known color: Medium Slate Blue. HEX triplet: 7B, 59 and F0. RGB value is (123,89,240). Sum of RGB (Red+Green+Blue) = 123+89+240=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B59F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B59F0 is #84A60F. Grayscale: #737373. Windows color (decimal): -8693264 or 15751547. OLE color: 15751547.

HSL color Cylindrical-coordinate representation of color #7B59F0: hue angle of 253.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B59F0 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 89 240 -
CMYK 0.49 0.63 0 0.06
HSL 253.51º 0.83% 0.65% -
HSV(B) 253.51º 0.63% 0.94% -
XYZ 27.47 17.65 84.4 -
YUV 116.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 123 89 240 0.49 0.63 0 0.06 253.51 0.83 0.65
Hex 7B 59 F0 31 3F 0 6 FE 53 41
Octal 173 131 360 61 77 0 6 376 123 101
Binary 1111011 1011001 11110000 110001 111111 0 110 11111110 1010011 1000001

Color Harmonies of #7B59F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B59F0

Black with #7B59F0

Text Example


Text Example

White with #7B59F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,89,240); }

 H1.HeaderClassName
 {
   color: #7B59F0;
 }
 .AnyTagClassName
 {
   color: #7B59F0;
 }
</style>

background-color css

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

 a { background-color: rgb(123,89,240); }

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

border-color css

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

 span { border-color: rgb(123,89,240); }

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