Html Css Color HEX #7B6CDB Medium Slate Blue

📋 copy color: '#7B6CDB'

red 123 ◦ green 108 ◦ blue 219

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

Shades of Medium Slate Blue #7B6CDB

Tints of Medium Slate Blue #7B6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 27.33%
G = 24%
B = 48.67%

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

#7B6CDB (or 0x7B6CDB) is known color: Medium Slate Blue. HEX triplet: 7B, 6C and DB. RGB value is (123,108,219). Sum of RGB (Red+Green+Blue) = 123+108+219=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CDB is #849324. Grayscale: #7C7C7C. Windows color (decimal): -8688421 or 14380155. OLE color: 14380155.

HSL color Cylindrical-coordinate representation of color #7B6CDB: hue angle of 248.11º 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 #7B6CDB is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 108 219 -
CMYK 0.44 0.51 0 0.14
HSL 248.11º 0.61% 0.64% -
HSV(B) 248.11º 0.51% 0.86% -
XYZ 26.32 20.05 69.5 -
YUV 125.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 123 108 219 0.44 0.51 0 0.14 248.11 0.61 0.64
Hex 7B 6C DB 2C 33 0 E F8 3D 40
Octal 173 154 333 54 63 0 16 370 75 100
Binary 1111011 1101100 11011011 101100 110011 0 1110 11111000 111101 1000000

Color Harmonies of #7B6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CDB

Black with #7B6CDB

Text Example


Text Example

White with #7B6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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