Html Css Color HEX #7B54E0 Medium Slate Blue

📋 copy color: '#7B54E0'

red 123 ◦ green 84 ◦ blue 224

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

Shades of Medium Slate Blue #7B54E0

Tints of Medium Slate Blue #7B54E0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

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

R = 28.54%
G = 19.49%
B = 51.97%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B54E0 (or 0x7B54E0) is known color: Medium Slate Blue. HEX triplet: 7B, 54 and E0. RGB value is (123,84,224). Sum of RGB (Red+Green+Blue) = 123+84+224=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B54E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B54E0 is #84AB1F. Grayscale: #6F6F6F. Windows color (decimal): -8694560 or 14701691. OLE color: 14701691.

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

Color convert

RGB 123 84 224 -
CMYK 0.45 0.62 0 0.12
HSL 256.71º 0.69% 0.6% -
HSV(B) 256.71º 0.63% 0.88% -
XYZ 24.79 15.93 72.29 -
YUV 111.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 123 84 224 0.45 0.62 0 0.12 256.71 0.69 0.6
Hex 7B 54 E0 2D 3E 0 C 101 45 3C
Octal 173 124 340 55 76 0 14 401 105 74
Binary 1111011 1010100 11100000 101101 111110 0 1100 100000001 1000101 111100

Color Harmonies of #7B54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B54E0

Black with #7B54E0

Text Example


Text Example

White with #7B54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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