Html Css Color HEX #7B6DDF Medium Slate Blue

📋 copy color: '#7B6DDF'

red 123 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #7B6DDF

Tints of Medium Slate Blue #7B6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.96%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 27.03%
G = 23.96%
B = 49.01%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B6DDF (or 0x7B6DDF) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and DF. RGB value is (123,109,223). Sum of RGB (Red+Green+Blue) = 123+109+223=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B6DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DDF is #849220. Grayscale: #7D7D7D. Windows color (decimal): -8688161 or 14642555. OLE color: 14642555.

HSL color Cylindrical-coordinate representation of color #7B6DDF: hue angle of 247.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6DDF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 109 223 -
CMYK 0.45 0.51 0 0.13
HSL 247.37º 0.64% 0.65% -
HSV(B) 247.37º 0.51% 0.87% -
XYZ 26.96 20.48 72.34 -
YUV 126.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 123 109 223 0.45 0.51 0 0.13 247.37 0.64 0.65
Hex 7B 6D DF 2D 33 0 D F7 40 41
Octal 173 155 337 55 63 0 15 367 100 101
Binary 1111011 1101101 11011111 101101 110011 0 1101 11110111 1000000 1000001

Color Harmonies of #7B6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DDF

Black with #7B6DDF

Text Example


Text Example

White with #7B6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,223); }

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

background-color css

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

 a { background-color: rgb(123,109,223); }

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

border-color css

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

 span { border-color: rgb(123,109,223); }

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