Html Css Color HEX #7B6BDB Medium Slate Blue

📋 copy color: '#7B6BDB'

red 123 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #7B6BDB

Tints of Medium Slate Blue #7B6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

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

R = 27.39%
G = 23.83%
B = 48.78%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B6BDB (or 0x7B6BDB) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and DB. RGB value is (123,107,219). Sum of RGB (Red+Green+Blue) = 123+107+219=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BDB is #849424. Grayscale: #7C7C7C. Windows color (decimal): -8688677 or 14379899. OLE color: 14379899.

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

Color convert

RGB 123 107 219 -
CMYK 0.44 0.51 0 0.14
HSL 248.57º 0.61% 0.64% -
HSV(B) 248.57º 0.51% 0.86% -
XYZ 26.21 19.84 69.47 -
YUV 124.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 123 107 219 0.44 0.51 0 0.14 248.57 0.61 0.64
Hex 7B 6B DB 2C 33 0 E F9 3D 40
Octal 173 153 333 54 63 0 16 371 75 100
Binary 1111011 1101011 11011011 101100 110011 0 1110 11111001 111101 1000000

Color Harmonies of #7B6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BDB

Black with #7B6BDB

Text Example


Text Example

White with #7B6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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