Html Css Color HEX #7B6EDE Medium Slate Blue

📋 copy color: '#7B6EDE'

red 123 ◦ green 110 ◦ blue 222

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

Shades of Medium Slate Blue #7B6EDE

Tints of Medium Slate Blue #7B6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 27.03%
G = 24.18%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B6EDE (or 0x7B6EDE) is known color: Medium Slate Blue. HEX triplet: 7B, 6E and DE. RGB value is (123,110,222). Sum of RGB (Red+Green+Blue) = 123+110+222=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B6EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EDE is #849121. Grayscale: #7E7E7E. Windows color (decimal): -8687906 or 14577275. OLE color: 14577275.

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

Color convert

RGB 123 110 222 -
CMYK 0.45 0.50 0 0.13
HSL 246.96º 0.63% 0.65% -
HSV(B) 246.96º 0.5% 0.87% -
XYZ 26.93 20.64 71.67 -
YUV 126.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 123 110 222 0.45 0.50 0 0.13 246.96 0.63 0.65
Hex 7B 6E DE 2D 32 0 D F7 3F 41
Octal 173 156 336 55 62 0 15 367 77 101
Binary 1111011 1101110 11011110 101101 110010 0 1101 11110111 111111 1000001

Color Harmonies of #7B6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6EDE

Black with #7B6EDE

Text Example


Text Example

White with #7B6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,110,222); }

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

background-color css

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

 a { background-color: rgb(123,110,222); }

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

border-color css

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

 span { border-color: rgb(123,110,222); }

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