Html Css Color HEX #7B4EEF Medium Slate Blue

📋 copy color: '#7B4EEF'

red 123 ◦ green 78 ◦ blue 239

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

Shades of Medium Slate Blue #7B4EEF

Tints of Medium Slate Blue #7B4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

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

R = 27.95%
G = 17.73%
B = 54.32%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B4EEF (or 0x7B4EEF) is known color: Medium Slate Blue. HEX triplet: 7B, 4E and EF. RGB value is (123,78,239). Sum of RGB (Red+Green+Blue) = 123+78+239=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B4EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4EEF is #84B110. Grayscale: #6D6D6D. Windows color (decimal): -8696081 or 15683195. OLE color: 15683195.

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

Color convert

RGB 123 78 239 -
CMYK 0.49 0.67 0 0.06
HSL 256.77º 0.83% 0.62% -
HSV(B) 256.77º 0.67% 0.94% -
XYZ 26.47 15.89 83.33 -
YUV 109.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 123 78 239 0.49 0.67 0 0.06 256.77 0.83 0.62
Hex 7B 4E EF 31 43 0 6 101 53 3E
Octal 173 116 357 61 103 0 6 401 123 76
Binary 1111011 1001110 11101111 110001 1000011 0 110 100000001 1010011 111110

Color Harmonies of #7B4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4EEF

Black with #7B4EEF

Text Example


Text Example

White with #7B4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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