Html Css Color HEX #7B6FE1 Medium Slate Blue

📋 copy color: '#7B6FE1'

red 123 ◦ green 111 ◦ blue 225

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

Shades of Medium Slate Blue #7B6FE1

Tints of Medium Slate Blue #7B6FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 26.8%
G = 24.18%
B = 49.02%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B6FE1 (or 0x7B6FE1) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and E1. RGB value is (123,111,225). Sum of RGB (Red+Green+Blue) = 123+111+225=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #7B6FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FE1 is #84901E. Grayscale: #7F7F7F. Windows color (decimal): -8687647 or 14774139. OLE color: 14774139.

HSL color Cylindrical-coordinate representation of color #7B6FE1: hue angle of 246.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6FE1 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 111 225 -
CMYK 0.45 0.51 0 0.12
HSL 246.32º 0.66% 0.66% -
HSV(B) 246.32º 0.51% 0.88% -
XYZ 27.44 21.02 73.84 -
YUV 127.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 123 111 225 0.45 0.51 0 0.12 246.32 0.66 0.66
Hex 7B 6F E1 2D 33 0 C F6 42 42
Octal 173 157 341 55 63 0 14 366 102 102
Binary 1111011 1101111 11100001 101101 110011 0 1100 11110110 1000010 1000010

Color Harmonies of #7B6FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FE1

Black with #7B6FE1

Text Example


Text Example

White with #7B6FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,225); }

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

background-color css

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

 a { background-color: rgb(123,111,225); }

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

border-color css

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

 span { border-color: rgb(123,111,225); }

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