Html Css Color HEX #7B6DDB Medium Slate Blue

📋 copy color: '#7B6DDB'

red 123 ◦ green 109 ◦ blue 219

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

Shades of Medium Slate Blue #7B6DDB

Tints of Medium Slate Blue #7B6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 27.27%
G = 24.17%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B6DDB (or 0x7B6DDB) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and DB. RGB value is (123,109,219). Sum of RGB (Red+Green+Blue) = 123+109+219=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DDB is #849224. Grayscale: #7D7D7D. Windows color (decimal): -8688165 or 14380411. OLE color: 14380411.

HSL color Cylindrical-coordinate representation of color #7B6DDB: hue angle of 247.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6DDB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 109 219 -
CMYK 0.44 0.50 0 0.14
HSL 247.64º 0.6% 0.64% -
HSV(B) 247.64º 0.5% 0.86% -
XYZ 26.42 20.26 69.54 -
YUV 125.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 123 109 219 0.44 0.50 0 0.14 247.64 0.6 0.64
Hex 7B 6D DB 2C 32 0 E F8 3C 40
Octal 173 155 333 54 62 0 16 370 74 100
Binary 1111011 1101101 11011011 101100 110010 0 1110 11111000 111100 1000000

Color Harmonies of #7B6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DDB

Black with #7B6DDB

Text Example


Text Example

White with #7B6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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