Html Css Color HEX #7B47EA Medium Slate Blue

📋 copy color: '#7B47EA'

red 123 ◦ green 71 ◦ blue 234

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

Shades of Medium Slate Blue #7B47EA

Tints of Medium Slate Blue #7B47EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 28.74%
G = 16.59%
B = 54.67%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B47EA (or 0x7B47EA) is known color: Medium Slate Blue. HEX triplet: 7B, 47 and EA. RGB value is (123,71,234). Sum of RGB (Red+Green+Blue) = 123+71+234=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B47EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B47EA is #84B815. Grayscale: #686868. Windows color (decimal): -8697878 or 15353723. OLE color: 15353723.

HSL color Cylindrical-coordinate representation of color #7B47EA: hue angle of 259.14º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B47EA is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 71 234 -
CMYK 0.47 0.70 0 0.08
HSL 259.14º 0.8% 0.6% -
HSV(B) 259.14º 0.7% 0.92% -
XYZ 25.27 14.66 79.34 -
YUV 105.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 123 71 234 0.47 0.70 0 0.08 259.14 0.8 0.6
Hex 7B 47 EA 2F 46 0 8 103 50 3C
Octal 173 107 352 57 106 0 10 403 120 74
Binary 1111011 1000111 11101010 101111 1000110 0 1000 100000011 1010000 111100

Color Harmonies of #7B47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B47EA

Black with #7B47EA

Text Example


Text Example

White with #7B47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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