Html Css Color HEX #7B5BEB Medium Slate Blue

📋 copy color: '#7B5BEB'

red 123 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #7B5BEB

Tints of Medium Slate Blue #7B5BEB

RGB

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

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

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

R = 27.39%
G = 20.27%
B = 52.34%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B5BEB (or 0x7B5BEB) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and EB. RGB value is (123,91,235). Sum of RGB (Red+Green+Blue) = 123+91+235=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BEB is #84A414. Grayscale: #747474. Windows color (decimal): -8692757 or 15424379. OLE color: 15424379.

HSL color Cylindrical-coordinate representation of color #7B5BEB: hue angle of 253.33º degrees, saturation: 0.78, 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 #7B5BEB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 91 235 -
CMYK 0.48 0.61 0 0.08
HSL 253.33º 0.78% 0.64% -
HSV(B) 253.33º 0.61% 0.92% -
XYZ 26.9 17.69 80.59 -
YUV 116.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 123 91 235 0.48 0.61 0 0.08 253.33 0.78 0.64
Hex 7B 5B EB 30 3D 0 8 FD 4E 40
Octal 173 133 353 60 75 0 10 375 116 100
Binary 1111011 1011011 11101011 110000 111101 0 1000 11111101 1001110 1000000

Color Harmonies of #7B5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BEB

Black with #7B5BEB

Text Example


Text Example

White with #7B5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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