Html Css Color HEX #7B49EA Medium Slate Blue

📋 copy color: '#7B49EA'

red 123 ◦ green 73 ◦ blue 234

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

Shades of Medium Slate Blue #7B49EA

Tints of Medium Slate Blue #7B49EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 28.6%
G = 16.98%
B = 54.42%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B49EA (or 0x7B49EA) is known color: Medium Slate Blue. HEX triplet: 7B, 49 and EA. RGB value is (123,73,234). Sum of RGB (Red+Green+Blue) = 123+73+234=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B49EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49EA is #84B615. Grayscale: #696969. Windows color (decimal): -8697366 or 15354235. OLE color: 15354235.

HSL color Cylindrical-coordinate representation of color #7B49EA: hue angle of 258.63º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B49EA is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 73 234 -
CMYK 0.47 0.69 0 0.08
HSL 258.63º 0.79% 0.6% -
HSV(B) 258.63º 0.69% 0.92% -
XYZ 25.4 14.92 79.38 -
YUV 106.3 200.07 139.91 -
System Red Green Blue C M Y K H S L
Decimal 123 73 234 0.47 0.69 0 0.08 258.63 0.79 0.6
Hex 7B 49 EA 2F 45 0 8 103 4F 3C
Octal 173 111 352 57 105 0 10 403 117 74
Binary 1111011 1001001 11101010 101111 1000101 0 1000 100000011 1001111 111100

Color Harmonies of #7B49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B49EA

Black with #7B49EA

Text Example


Text Example

White with #7B49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,73,234); }

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

background-color css

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

 a { background-color: rgb(123,73,234); }

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

border-color css

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

 span { border-color: rgb(123,73,234); }

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