Html Css Color HEX #7B5EEA Medium Slate Blue

📋 copy color: '#7B5EEA'

red 123 ◦ green 94 ◦ blue 234

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

Shades of Medium Slate Blue #7B5EEA

Tints of Medium Slate Blue #7B5EEA

RGB

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

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

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

R = 27.27%
G = 20.84%
B = 51.88%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B5EEA (or 0x7B5EEA) is known color: Medium Slate Blue. HEX triplet: 7B, 5E and EA. RGB value is (123,94,234). Sum of RGB (Red+Green+Blue) = 123+94+234=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B5EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5EEA is #84A115. Grayscale: #767676. Windows color (decimal): -8691990 or 15359611. OLE color: 15359611.

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

Color convert

RGB 123 94 234 -
CMYK 0.47 0.60 0 0.08
HSL 252.43º 0.77% 0.64% -
HSV(B) 252.43º 0.6% 0.92% -
XYZ 27.02 18.16 79.92 -
YUV 118.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 123 94 234 0.47 0.60 0 0.08 252.43 0.77 0.64
Hex 7B 5E EA 2F 3C 0 8 FC 4D 40
Octal 173 136 352 57 74 0 10 374 115 100
Binary 1111011 1011110 11101010 101111 111100 0 1000 11111100 1001101 1000000

Color Harmonies of #7B5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5EEA

Black with #7B5EEA

Text Example


Text Example

White with #7B5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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