Html Css Color HEX #7B4DEF Medium Slate Blue

📋 copy color: '#7B4DEF'

red 123 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #7B4DEF

Tints of Medium Slate Blue #7B4DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 28.02%
G = 17.54%
B = 54.44%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B4DEF (or 0x7B4DEF) is known color: Medium Slate Blue. HEX triplet: 7B, 4D and EF. RGB value is (123,77,239). Sum of RGB (Red+Green+Blue) = 123+77+239=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B4DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4DEF is #84B210. Grayscale: #6C6C6C. Windows color (decimal): -8696337 or 15682939. OLE color: 15682939.

HSL color Cylindrical-coordinate representation of color #7B4DEF: hue angle of 257.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B4DEF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 77 239 -
CMYK 0.49 0.68 0 0.06
HSL 257.04º 0.84% 0.62% -
HSV(B) 257.04º 0.68% 0.94% -
XYZ 26.4 15.75 83.31 -
YUV 109.22 201.24 137.83 -
System Red Green Blue C M Y K H S L
Decimal 123 77 239 0.49 0.68 0 0.06 257.04 0.84 0.62
Hex 7B 4D EF 31 44 0 6 101 54 3E
Octal 173 115 357 61 104 0 6 401 124 76
Binary 1111011 1001101 11101111 110001 1000100 0 110 100000001 1010100 111110

Color Harmonies of #7B4DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4DEF

Black with #7B4DEF

Text Example


Text Example

White with #7B4DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,77,239); }

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

background-color css

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

 a { background-color: rgb(123,77,239); }

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

border-color css

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

 span { border-color: rgb(123,77,239); }

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