Html Css Color HEX #7B6CDC Medium Slate Blue

📋 copy color: '#7B6CDC'

red 123 ◦ green 108 ◦ blue 220

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

Shades of Medium Slate Blue #7B6CDC

Tints of Medium Slate Blue #7B6CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 27.27%
G = 23.95%
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

#7B6CDC (or 0x7B6CDC) is known color: Medium Slate Blue. HEX triplet: 7B, 6C and DC. RGB value is (123,108,220). Sum of RGB (Red+Green+Blue) = 123+108+220=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CDC is #849323. Grayscale: #7C7C7C. Windows color (decimal): -8688420 or 14445691. OLE color: 14445691.

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

Color convert

RGB 123 108 220 -
CMYK 0.44 0.51 0 0.14
HSL 248.04º 0.62% 0.64% -
HSV(B) 248.04º 0.51% 0.86% -
XYZ 26.45 20.1 70.2 -
YUV 125.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 123 108 220 0.44 0.51 0 0.14 248.04 0.62 0.64
Hex 7B 6C DC 2C 33 0 E F8 3E 40
Octal 173 154 334 54 63 0 16 370 76 100
Binary 1111011 1101100 11011100 101100 110011 0 1110 11111000 111110 1000000

Color Harmonies of #7B6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CDC

Black with #7B6CDC

Text Example


Text Example

White with #7B6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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