Html Css Color HEX #7B5BEA Medium Slate Blue

📋 copy color: '#7B5BEA'

red 123 ◦ green 91 ◦ blue 234

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

Shades of Medium Slate Blue #7B5BEA

Tints of Medium Slate Blue #7B5BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

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

R = 27.46%
G = 20.31%
B = 52.23%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B5BEA (or 0x7B5BEA) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and EA. RGB value is (123,91,234). Sum of RGB (Red+Green+Blue) = 123+91+234=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B5BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BEA is #84A415. Grayscale: #747474. Windows color (decimal): -8692758 or 15358843. OLE color: 15358843.

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

Color convert

RGB 123 91 234 -
CMYK 0.47 0.61 0 0.08
HSL 253.43º 0.77% 0.64% -
HSV(B) 253.43º 0.61% 0.92% -
XYZ 26.76 17.63 79.84 -
YUV 116.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 123 91 234 0.47 0.61 0 0.08 253.43 0.77 0.64
Hex 7B 5B EA 2F 3D 0 8 FD 4D 40
Octal 173 133 352 57 75 0 10 375 115 100
Binary 1111011 1011011 11101010 101111 111101 0 1000 11111101 1001101 1000000

Color Harmonies of #7B5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BEA

Black with #7B5BEA

Text Example


Text Example

White with #7B5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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