Html Css Color HEX #7B5EDC Medium Slate Blue

📋 copy color: '#7B5EDC'

red 123 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #7B5EDC

Tints of Medium Slate Blue #7B5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 28.15%
G = 21.51%
B = 50.34%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B5EDC (or 0x7B5EDC) is known color: Medium Slate Blue. HEX triplet: 7B, 5E and DC. RGB value is (123,94,220). Sum of RGB (Red+Green+Blue) = 123+94+220=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B5EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5EDC is #84A123. Grayscale: #747474. Windows color (decimal): -8692004 or 14442107. OLE color: 14442107.

HSL color Cylindrical-coordinate representation of color #7B5EDC: hue angle of 253.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5EDC is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 94 220 -
CMYK 0.44 0.57 0 0.14
HSL 253.81º 0.64% 0.62% -
HSV(B) 253.81º 0.57% 0.86% -
XYZ 25.09 17.38 69.74 -
YUV 117.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 123 94 220 0.44 0.57 0 0.14 253.81 0.64 0.62
Hex 7B 5E DC 2C 39 0 E FE 40 3E
Octal 173 136 334 54 71 0 16 376 100 76
Binary 1111011 1011110 11011100 101100 111001 0 1110 11111110 1000000 111110

Color Harmonies of #7B5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5EDC

Black with #7B5EDC

Text Example


Text Example

White with #7B5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,94,220); }

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

background-color css

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

 a { background-color: rgb(123,94,220); }

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

border-color css

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

 span { border-color: rgb(123,94,220); }

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