Html Css Color HEX #7B4DFC Medium Slate Blue

📋 copy color: '#7B4DFC'

red 123 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #7B4DFC

Tints of Medium Slate Blue #7B4DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 27.21%
G = 17.04%
B = 55.75%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B4DFC (or 0x7B4DFC) is known color: Medium Slate Blue. HEX triplet: 7B, 4D and FC. RGB value is (123,77,252). Sum of RGB (Red+Green+Blue) = 123+77+252=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4DFC is #84B203. Grayscale: #6E6E6E. Windows color (decimal): -8696324 or 16534907. OLE color: 16534907.

HSL color Cylindrical-coordinate representation of color #7B4DFC: hue angle of 255.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B4DFC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 77 252 -
CMYK 0.51 0.69 0 0.01
HSL 255.77º 0.97% 0.65% -
HSV(B) 255.77º 0.69% 0.99% -
XYZ 28.39 16.55 93.79 -
YUV 110.7 207.74 136.77 -
System Red Green Blue C M Y K H S L
Decimal 123 77 252 0.51 0.69 0 0.01 255.77 0.97 0.65
Hex 7B 4D FC 33 45 0 1 100 61 41
Octal 173 115 374 63 105 0 1 400 141 101
Binary 1111011 1001101 11111100 110011 1000101 0 1 100000000 1100001 1000001

Color Harmonies of #7B4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4DFC

Black with #7B4DFC

Text Example


Text Example

White with #7B4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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