Html Css Color HEX #7B6BEC Medium Slate Blue

📋 copy color: '#7B6BEC'

red 123 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #7B6BEC

Tints of Medium Slate Blue #7B6BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 26.39%
G = 22.96%
B = 50.64%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B6BEC (or 0x7B6BEC) is known color: Medium Slate Blue. HEX triplet: 7B, 6B and EC. RGB value is (123,107,236). Sum of RGB (Red+Green+Blue) = 123+107+236=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B6BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BEC is #849413. Grayscale: #7D7D7D. Windows color (decimal): -8688660 or 15494011. OLE color: 15494011.

HSL color Cylindrical-coordinate representation of color #7B6BEC: hue angle of 247.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6BEC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 107 236 -
CMYK 0.48 0.55 0 0.07
HSL 247.44º 0.77% 0.67% -
HSV(B) 247.44º 0.55% 0.93% -
XYZ 28.57 20.78 81.86 -
YUV 126.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 123 107 236 0.48 0.55 0 0.07 247.44 0.77 0.67
Hex 7B 6B EC 30 37 0 7 F7 4D 43
Octal 173 153 354 60 67 0 7 367 115 103
Binary 1111011 1101011 11101100 110000 110111 0 111 11110111 1001101 1000011

Color Harmonies of #7B6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BEC

Black with #7B6BEC

Text Example


Text Example

White with #7B6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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