Html Css Color HEX #7B5DE0 Medium Slate Blue

📋 copy color: '#7B5DE0'

red 123 ◦ green 93 ◦ blue 224

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

Shades of Medium Slate Blue #7B5DE0

Tints of Medium Slate Blue #7B5DE0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 27.95%
G = 21.14%
B = 50.91%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B5DE0 (or 0x7B5DE0) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and E0. RGB value is (123,93,224). Sum of RGB (Red+Green+Blue) = 123+93+224=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B5DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DE0 is #84A21F. Grayscale: #747474. Windows color (decimal): -8692256 or 14703995. OLE color: 14703995.

HSL color Cylindrical-coordinate representation of color #7B5DE0: hue angle of 253.74º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5DE0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 93 224 -
CMYK 0.45 0.58 0 0.12
HSL 253.74º 0.68% 0.62% -
HSV(B) 253.74º 0.58% 0.88% -
XYZ 25.54 17.42 72.54 -
YUV 116.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 123 93 224 0.45 0.58 0 0.12 253.74 0.68 0.62
Hex 7B 5D E0 2D 3A 0 C FE 44 3E
Octal 173 135 340 55 72 0 14 376 104 76
Binary 1111011 1011101 11100000 101101 111010 0 1100 11111110 1000100 111110

Color Harmonies of #7B5DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DE0

Black with #7B5DE0

Text Example


Text Example

White with #7B5DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,224); }

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

background-color css

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

 a { background-color: rgb(123,93,224); }

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

border-color css

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

 span { border-color: rgb(123,93,224); }

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