Html Css Color HEX #7B4CEF Medium Slate Blue

📋 copy color: '#7B4CEF'

red 123 ◦ green 76 ◦ blue 239

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

Shades of Medium Slate Blue #7B4CEF

Tints of Medium Slate Blue #7B4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

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

R = 28.08%
G = 17.35%
B = 54.57%

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

#7B4CEF (or 0x7B4CEF) is known color: Medium Slate Blue. HEX triplet: 7B, 4C and EF. RGB value is (123,76,239). Sum of RGB (Red+Green+Blue) = 123+76+239=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4CEF is #84B310. Grayscale: #6C6C6C. Windows color (decimal): -8696593 or 15682683. OLE color: 15682683.

HSL color Cylindrical-coordinate representation of color #7B4CEF: hue angle of 257.3º 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 #7B4CEF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 76 239 -
CMYK 0.49 0.68 0 0.06
HSL 257.3º 0.84% 0.62% -
HSV(B) 257.3º 0.68% 0.94% -
XYZ 26.33 15.61 83.29 -
YUV 108.64 201.57 138.25 -
System Red Green Blue C M Y K H S L
Decimal 123 76 239 0.49 0.68 0 0.06 257.3 0.84 0.62
Hex 7B 4C EF 31 44 0 6 101 54 3E
Octal 173 114 357 61 104 0 6 401 124 76
Binary 1111011 1001100 11101111 110001 1000100 0 110 100000001 1010100 111110

Color Harmonies of #7B4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CEF

Black with #7B4CEF

Text Example


Text Example

White with #7B4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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