Html Css Color HEX #7B4BEF Medium Slate Blue

📋 copy color: '#7B4BEF'

red 123 ◦ green 75 ◦ blue 239

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

Shades of Medium Slate Blue #7B4BEF

Tints of Medium Slate Blue #7B4BEF

RGB

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

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

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

R = 28.15%
G = 17.16%
B = 54.69%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B4BEF (or 0x7B4BEF) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and EF. RGB value is (123,75,239). Sum of RGB (Red+Green+Blue) = 123+75+239=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B4BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BEF is #84B410. Grayscale: #6B6B6B. Windows color (decimal): -8696849 or 15682427. OLE color: 15682427.

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

Color convert

RGB 123 75 239 -
CMYK 0.49 0.69 0 0.06
HSL 257.56º 0.84% 0.62% -
HSV(B) 257.56º 0.69% 0.94% -
XYZ 26.26 15.48 83.26 -
YUV 108.05 201.9 138.66 -
System Red Green Blue C M Y K H S L
Decimal 123 75 239 0.49 0.69 0 0.06 257.56 0.84 0.62
Hex 7B 4B EF 31 45 0 6 102 54 3E
Octal 173 113 357 61 105 0 6 402 124 76
Binary 1111011 1001011 11101111 110001 1000101 0 110 100000010 1010100 111110

Color Harmonies of #7B4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4BEF

Black with #7B4BEF

Text Example


Text Example

White with #7B4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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