Html Css Color HEX #7B6DF1 Medium Slate Blue

📋 copy color: '#7B6DF1'

red 123 ◦ green 109 ◦ blue 241

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

Shades of Medium Slate Blue #7B6DF1

Tints of Medium Slate Blue #7B6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 26%
G = 23.04%
B = 50.95%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7B6DF1 (or 0x7B6DF1) is known color: Medium Slate Blue. HEX triplet: 7B, 6D and F1. RGB value is (123,109,241). Sum of RGB (Red+Green+Blue) = 123+109+241=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #7B6DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6DF1 is #84920E. Grayscale: #7F7F7F. Windows color (decimal): -8688143 or 15822203. OLE color: 15822203.

HSL color Cylindrical-coordinate representation of color #7B6DF1: hue angle of 246.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6DF1 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 109 241 -
CMYK 0.49 0.55 0 0.05
HSL 246.36º 0.83% 0.69% -
HSV(B) 246.36º 0.55% 0.95% -
XYZ 29.51 21.5 85.81 -
YUV 128.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 123 109 241 0.49 0.55 0 0.05 246.36 0.83 0.69
Hex 7B 6D F1 31 37 0 5 F6 52 45
Octal 173 155 361 61 67 0 5 366 122 105
Binary 1111011 1101101 11110001 110001 110111 0 101 11110110 1010010 1000101

Color Harmonies of #7B6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DF1

Black with #7B6DF1

Text Example


Text Example

White with #7B6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,241); }

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

background-color css

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

 a { background-color: rgb(123,109,241); }

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

border-color css

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

 span { border-color: rgb(123,109,241); }

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