Html Css Color HEX #7B4BFC Medium Slate Blue

📋 copy color: '#7B4BFC'

red 123 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #7B4BFC

Tints of Medium Slate Blue #7B4BFC

RGB

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

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

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

R = 27.33%
G = 16.67%
B = 56%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B4BFC (or 0x7B4BFC) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and FC. RGB value is (123,75,252). Sum of RGB (Red+Green+Blue) = 123+75+252=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B4BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BFC is #84B403. Grayscale: #6C6C6C. Windows color (decimal): -8696836 or 16534395. OLE color: 16534395.

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

Color convert

RGB 123 75 252 -
CMYK 0.51 0.70 0 0.01
HSL 256.27º 0.97% 0.64% -
HSV(B) 256.27º 0.7% 0.99% -
XYZ 28.26 16.27 93.75 -
YUV 109.53 208.4 137.61 -
System Red Green Blue C M Y K H S L
Decimal 123 75 252 0.51 0.70 0 0.01 256.27 0.97 0.64
Hex 7B 4B FC 33 46 0 1 100 61 40
Octal 173 113 374 63 106 0 1 400 141 100
Binary 1111011 1001011 11111100 110011 1000110 0 1 100000000 1100001 1000000

Color Harmonies of #7B4BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4BFC

Black with #7B4BFC

Text Example


Text Example

White with #7B4BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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