Html Css Color HEX #7B4BEB Medium Slate Blue

📋 copy color: '#7B4BEB'

red 123 ◦ green 75 ◦ blue 235

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

Shades of Medium Slate Blue #7B4BEB

Tints of Medium Slate Blue #7B4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

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

R = 28.41%
G = 17.32%
B = 54.27%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B4BEB (or 0x7B4BEB) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and EB. RGB value is (123,75,235). Sum of RGB (Red+Green+Blue) = 123+75+235=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B4BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BEB is #84B414. Grayscale: #6B6B6B. Windows color (decimal): -8696853 or 15420283. OLE color: 15420283.

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

Color convert

RGB 123 75 235 -
CMYK 0.48 0.68 0 0.08
HSL 258º 0.8% 0.61% -
HSV(B) 258º 0.68% 0.92% -
XYZ 25.68 15.24 80.19 -
YUV 107.59 199.9 138.99 -
System Red Green Blue C M Y K H S L
Decimal 123 75 235 0.48 0.68 0 0.08 258 0.8 0.61
Hex 7B 4B EB 30 44 0 8 102 50 3D
Octal 173 113 353 60 104 0 10 402 120 75
Binary 1111011 1001011 11101011 110000 1000100 0 1000 100000010 1010000 111101

Color Harmonies of #7B4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4BEB

Black with #7B4BEB

Text Example


Text Example

White with #7B4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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