Html Css Color HEX #7B6FF6 Medium Slate Blue

📋 copy color: '#7B6FF6'

red 123 ◦ green 111 ◦ blue 246

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

Shades of Medium Slate Blue #7B6FF6

Tints of Medium Slate Blue #7B6FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 25.63%
G = 23.13%
B = 51.25%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7B6FF6 (or 0x7B6FF6) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and F6. RGB value is (123,111,246). Sum of RGB (Red+Green+Blue) = 123+111+246=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B6FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FF6 is #849009. Grayscale: #818181. Windows color (decimal): -8687626 or 16150395. OLE color: 16150395.

HSL color Cylindrical-coordinate representation of color #7B6FF6: hue angle of 245.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6FF6 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 111 246 -
CMYK 0.50 0.55 0 0.04
HSL 245.33º 0.88% 0.7% -
HSV(B) 245.33º 0.55% 0.96% -
XYZ 30.49 22.23 89.87 -
YUV 129.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 123 111 246 0.50 0.55 0 0.04 245.33 0.88 0.7
Hex 7B 6F F6 32 37 0 4 F5 58 46
Octal 173 157 366 62 67 0 4 365 130 106
Binary 1111011 1101111 11110110 110010 110111 0 100 11110101 1011000 1000110

Color Harmonies of #7B6FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FF6

Black with #7B6FF6

Text Example


Text Example

White with #7B6FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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