Html Css Color HEX #7B47FC Medium Slate Blue

📋 copy color: '#7B47FC'

red 123 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #7B47FC

Tints of Medium Slate Blue #7B47FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.92%

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

R = 27.58%
G = 15.92%
B = 56.5%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B47FC (or 0x7B47FC) is known color: Medium Slate Blue. HEX triplet: 7B, 47 and FC. RGB value is (123,71,252). Sum of RGB (Red+Green+Blue) = 123+71+252=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B47FC is #84B803. Grayscale: #6A6A6A. Windows color (decimal): -8697860 or 16533371. OLE color: 16533371.

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

Color convert

RGB 123 71 252 -
CMYK 0.51 0.72 0 0.01
HSL 257.24º 0.97% 0.63% -
HSV(B) 257.24º 0.72% 0.99% -
XYZ 27.99 15.75 93.66 -
YUV 107.18 209.73 139.28 -
System Red Green Blue C M Y K H S L
Decimal 123 71 252 0.51 0.72 0 0.01 257.24 0.97 0.63
Hex 7B 47 FC 33 48 0 1 101 61 3F
Octal 173 107 374 63 110 0 1 401 141 77
Binary 1111011 1000111 11111100 110011 1001000 0 1 100000001 1100001 111111

Color Harmonies of #7B47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B47FC

Black with #7B47FC

Text Example


Text Example

White with #7B47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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