Html Css Color HEX #7B4AEB Medium Slate Blue

📋 copy color: '#7B4AEB'

red 123 ◦ green 74 ◦ blue 235

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

Shades of Medium Slate Blue #7B4AEB

Tints of Medium Slate Blue #7B4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 28.47%
G = 17.13%
B = 54.4%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B4AEB (or 0x7B4AEB) is known color: Medium Slate Blue. HEX triplet: 7B, 4A and EB. RGB value is (123,74,235). Sum of RGB (Red+Green+Blue) = 123+74+235=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4AEB is #84B514. Grayscale: #6A6A6A. Windows color (decimal): -8697109 or 15420027. OLE color: 15420027.

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

Color convert

RGB 123 74 235 -
CMYK 0.48 0.69 0 0.08
HSL 258.26º 0.8% 0.61% -
HSV(B) 258.26º 0.69% 0.92% -
XYZ 25.61 15.11 80.16 -
YUV 107.01 200.23 139.41 -
System Red Green Blue C M Y K H S L
Decimal 123 74 235 0.48 0.69 0 0.08 258.26 0.8 0.61
Hex 7B 4A EB 30 45 0 8 102 50 3D
Octal 173 112 353 60 105 0 10 402 120 75
Binary 1111011 1001010 11101011 110000 1000101 0 1000 100000010 1010000 111101

Color Harmonies of #7B4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4AEB

Black with #7B4AEB

Text Example


Text Example

White with #7B4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,74,235); }

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

background-color css

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

 a { background-color: rgb(123,74,235); }

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

border-color css

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

 span { border-color: rgb(123,74,235); }

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